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:
@@ -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
|
||||
|
Reference in New Issue
Block a user