mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +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:
|
||||
/* Free allocated memory. */
|
||||
free (temp_name);
|
||||
free (file_entries);
|
||||
}
|
||||
|
Reference in New Issue
Block a user