Removed call to free.

From-SVN: r9729
This commit is contained in:
Richard Kenner 1995-05-16 18:33:31 -04:00
parent a05bd6bc1e
commit 442431a751
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}