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;
}