Skip to content

Commit

Permalink
(save_aux_cache): Free memory allocated for temporary file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Oct 13, 2007
1 parent 29d49a1 commit 78d6dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elf/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,5 +800,6 @@ save_aux_cache (const char *aux_cache_name)

out_fail:
/* Free allocated memory. */
free (temp_name);
free (file_entries);
}

0 comments on commit 78d6dd7

Please sign in to comment.