summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-03-09 20:21:36 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-03-09 20:21:36 +0000
commit3d0e57acc8d77543a0c96e454812329f3c24cecb (patch)
treeb22cf6ac12ff384106407c688cff83e58d7a19eb /ChangeLog
parent27f518f39cd6203e9e72d644787aa3b704646db8 (diff)
downloadpygobject-3d0e57acc8d77543a0c96e454812329f3c24cecb.tar.gz
pygobject-3d0e57acc8d77543a0c96e454812329f3c24cecb.tar.xz
pygobject-3d0e57acc8d77543a0c96e454812329f3c24cecb.zip
reviewed by: Johan Dahlin <jdahlin@async.com.br>
* gobject/pygenum.c: (pyg_enum_new), (pyg_enum_from_gtype), (pyg_enum_add): * gobject/pygflags.c: (pyg_flags_new), (pyg_flags_from_gtype), (pyg_flags_add): Plug a couple of leaks, fixes #334027.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f59eab3..bf5edfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-03-09 Michael Smith <msmith@fluendo.com>
+
+ reviewed by: Johan Dahlin <jdahlin@async.com.br>
+
+ * gobject/pygenum.c: (pyg_enum_new), (pyg_enum_from_gtype),
+ (pyg_enum_add):
+ * gobject/pygflags.c: (pyg_flags_new), (pyg_flags_from_gtype),
+ (pyg_flags_add):
+ Plug a couple of leaks, fixes #334027.
+
2006-01-19 Johan Dahlin <johan@gnome.org>
* configure.ac (export_dynamic):