mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
write_archive_locales: Fix memory leak
Fix memory leak identified by coverity.
This commit is contained in:
@@ -713,6 +713,8 @@ write_archive_locales (void **all_datap, char *linebuf)
|
||||
locrec->record[LC_CTYPE].len);
|
||||
}
|
||||
|
||||
free (names);
|
||||
|
||||
ret = used;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user