summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-04-18 15:47:19 +0200
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-04-18 15:47:19 +0200
commit746f8ba0259cb88c0c6b667f4a663766fcfba359 (patch)
tree52347f0304de54958c57777899ccc5be7f50863a /ChangeLog
parent4e3c5c96f4421d6ed2068d47009af7867138130c (diff)
downloadglibmm-746f8ba0259cb88c0c6b667f4a663766fcfba359.tar.gz
Glib::Source: Fix the destruction and deletion.
* glib/glibmm/main.cc: Keep the Glib::Source wrapper until the GSource instance has been destroyed and all RefPtr<Source> have been deleted. Keep a separate ref count in glibmm. Bug #561885.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4be1dcab..9ebbea06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-04-18 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
+
+ Glib::Source: Fix the destruction and deletion.
+
+ * glib/glibmm/main.cc: Keep the Glib::Source wrapper until the GSource
+ instance has been destroyed and all RefPtr<Source> have been deleted.
+ Keep a separate ref count in glibmm. Bug #561885.
+
2013-04-14 José Alburquerque <jaalburquerque@gmail.com>
ByteArray: get_data(): Add a const version.