Mercurial > hg > octave-nkf > gnulib-hg
changeset 17513:94372321dd20
mountlist: fix resource leak with MOUNTED_INTERIX_STATVFS
* lib/mountlist.c (read_file_system_list): fix leak of directory
streams in case of #ifdef MOUNTED_INTERIX_STATVFS.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
author | Andrew Borodin <aborodin@vmail.ru> |
---|---|
date | Sun, 06 Oct 2013 18:28:17 +0400 |
parents | 7e6249070ccc |
children | d78ea0b1af11 |
files | ChangeLog lib/mountlist.c |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-10-06 Andrew Borodin <aborodin@vmail.ru> + + mountlist: fix resource leak with MOUNTED_INTERIX_STATVFS + * lib/mountlist.c (read_file_system_list): fix leak of directory + streams in case of #ifdef MOUNTED_INTERIX_STATVFS. + 2013-10-06 Paul Eggert <eggert@cs.ucla.edu> tests: improve diagnostic when an assertion fails