[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changes to m4/src/Attic/output.c,v [branch-1_4]
From: |
Eric Blake |
Subject: |
Changes to m4/src/Attic/output.c,v [branch-1_4] |
Date: |
Wed, 15 Nov 2006 00:44:09 +0000 |
CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/11/15 00:44:08
Index: src/output.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/output.c,v
retrieving revision 1.1.1.1.2.17
retrieving revision 1.1.1.1.2.18
diff -u -b -r1.1.1.1.2.17 -r1.1.1.1.2.18
--- src/output.c 13 Nov 2006 23:25:08 -0000 1.1.1.1.2.17
+++ src/output.c 15 Nov 2006 00:44:08 -0000 1.1.1.1.2.18
@@ -173,6 +173,7 @@
fail = true;
}
}
+ gl_oset_iterator_free (&iter);
}
/* Clean up the temporary directory. */
@@ -192,6 +193,7 @@
{
tail = xasprintf ("%s/m4-%d", output_temp_dir->dir_name, INT_MAX);
buffer = obstack_copy0 (&diversion_storage, tail, strlen (tail));
+ free (tail);
tail = strrchr (buffer, '-') + 1;
}
sprintf (tail, "%d", divnum);
@@ -804,6 +806,7 @@
last_inserted = diversion->divnum;
}
}
+ gl_oset_iterator_free (&iter);
/* Save the active diversion number, if not already. */
- Changes to m4/src/Attic/output.c,v [branch-1_4], Eric Blake, 2006/11/01
- Changes to m4/src/Attic/output.c,v [branch-1_4], Eric Blake, 2006/11/08
- Changes to m4/src/Attic/output.c,v [branch-1_4], Eric Blake, 2006/11/13
- Changes to m4/src/Attic/output.c,v [branch-1_4], Eric Blake, 2006/11/13
- Changes to m4/src/Attic/output.c,v [branch-1_4],
Eric Blake <=