]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 12 May 2003 15:12:11 +0000 (15:12 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 12 May 2003 15:12:11 +0000 (15:12 +0000)
lib/ChangeLog

index 88c4a261ba632cd5fd4a36f23659738248f63e61..f005ef4cdd4bd27f16b5aabb878fc5f438aea347 100644 (file)
@@ -1,5 +1,10 @@
 2003-05-12  Jim Meyering  <jim@meyering.net>
 
+       * ftw.c (ftw_startup): Always call free_cwd after restore_cwd.
+       Reported by Matti Aarnio as
+       https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=90563.
+       Forwarded by Tim Waugh.
+
        * strftime.c (my_strftime): Let the `-' (no-pad) flag affect
        the space-padded-by-default conversion specifiers, %e, %k, %l.