Commit 442431a7 by Richard Kenner

Removed call to free.

From-SVN: r9729
parent a05bd6bc
......@@ -257,9 +257,6 @@ main (argc, argv)
sdbuff[search_dirs_len+1] = 0;
strcat (sdbuff, nbuff);
if (search_dirs)
free (search_dirs);
search_dirs = sdbuff;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment