2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

free(3) is already void, no need to cast it

This commit is contained in:
Todd C. Miller
1999-04-10 04:40:57 +00:00
parent 8e8fbc251e
commit eecc5ce1c9
11 changed files with 65 additions and 65 deletions

View File

@@ -152,7 +152,7 @@ int find_path(infile, outfile)
path = n + 1;
} while (n);
(void) free(origpath);
free(origpath);
/*
* Check current dir if dot was in the PATH