Remove dead assignment to buf which also causes leak
This commit is contained in:
parent
671611e992
commit
7e856b3b4d
|
@ -430,7 +430,6 @@ int main(int argc, char **argv)
|
|||
buf[len] = 0;
|
||||
buf = absolutize(buf, me);
|
||||
me = buf;
|
||||
buf = (char *)malloc(bufsize + 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user