mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
(save_aux_cache): Free memory allocated for temporary file name.
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user