mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08: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:
|
||||
/* Free allocated memory. */
|
||||
free (temp_name);
|
||||
free (file_entries);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user