summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-11-05 17:02:37 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-11-05 17:02:37 +0000
commitd4ff0ef999bb819085a2b060a79e41eecd5fce63 (patch)
treead825bd6a5b29cc5193b0bc21b55b8bcff17bcda /ChangeLog.pre-2-4
parent110c6cbac8d9cbddc27dcdf3f6c22889262fcc54 (diff)
Free the src error if the dest location is NULL - I'm pretty sure that's
2000-11-05 Havoc Pennington <hp@pobox.com> * gerror.c (g_propagate_error): Free the src error if the dest location is NULL - I'm pretty sure that's what this function was supposed to do. 2000-11-05 Havoc Pennington <hp@pobox.com> * glib/tmpl/error_reporting.sgml: fixes
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-46
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 3f857f54d..c184cf286 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,5 +1,11 @@
2000-11-05 Havoc Pennington <hp@pobox.com>
+ * gerror.c (g_propagate_error): Free the src error if the dest
+ location is NULL - I'm pretty sure that's what this function was
+ supposed to do.
+
+2000-11-05 Havoc Pennington <hp@pobox.com>
+
* gutils.c (g_find_program_in_path): cleanup docs, sync param
names to those in the header