Remove dead assignment to buf which also causes leak

This commit is contained in:
Paulo Matos 2019-02-18 09:59:41 +01:00 committed by Matthew Flatt
parent 671611e992
commit 7e856b3b4d

View File

@ -430,7 +430,6 @@ int main(int argc, char **argv)
buf[len] = 0;
buf = absolutize(buf, me);
me = buf;
buf = (char *)malloc(bufsize + 1);
}
}