m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/src/Attic/path.c,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/src/Attic/path.c,v [branch-1_4]
Date: Sun, 30 Jul 2006 23:46:53 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/07/30 23:46:51

Index: src/path.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/path.c,v
retrieving revision 1.1.1.1.2.6
retrieving revision 1.1.1.1.2.7
diff -u -b -r1.1.1.1.2.6 -r1.1.1.1.2.7
--- src/path.c  30 Jul 2006 03:18:12 -0000      1.1.1.1.2.6
+++ src/path.c  30 Jul 2006 23:46:51 -0000      1.1.1.1.2.7
@@ -162,7 +162,7 @@
          return fp;
        }
     }
-  xfree (name);
+  free (name);
   errno = e;
   return fp;
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]