mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
(save_aux_cache): Free memory allocated for temporary file name.
This commit is contained in:
parent
29d49a1a66
commit
78d6dd72e5
@ -800,5 +800,6 @@ save_aux_cache (const char *aux_cache_name)
|
|||||||
|
|
||||||
out_fail:
|
out_fail:
|
||||||
/* Free allocated memory. */
|
/* Free allocated memory. */
|
||||||
|
free (temp_name);
|
||||||
free (file_entries);
|
free (file_entries);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user