mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-31 04:48:09 -04:00
Assume `free (NULL)' works.
This commit is contained in:
+1
-2
@@ -1631,8 +1631,7 @@ check (char const *file_name)
|
||||
|
||||
xfclose (fp, file_name);
|
||||
free (buf.buf);
|
||||
if (temp.text)
|
||||
free (temp.text);
|
||||
free (temp.text);
|
||||
return ordered;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user