dbus ChangeLog,1.885,1.886
John Palmieri
johnp at freedesktop.org
Thu Aug 25 20:10:01 PDT 2005
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv28598
Modified Files:
ChangeLog
Log Message:
* python/dbus_bindings.pyx: Tracked down a major memleak and fixed it
(EmptyMessage): new class that subclasses Message. This is a workaround
to a Pyrex bug that fails to call __del__ when the Message object goes out
of scope. For some reason subclassing Message fixes this bug
(Bus::send_with_reply_and_block): use EmptyMessage instead of Message
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.885
retrieving revision 1.886
diff -u -d -r1.885 -r1.886
--- ChangeLog 26 Aug 2005 02:00:37 -0000 1.885
+++ ChangeLog 26 Aug 2005 03:09:58 -0000 1.886
@@ -1,3 +1,11 @@
+2005-08-25 John (J5) Palmieri <johnp at redhat.com>
+
+ * python/dbus_bindings.pyx: Tracked down a major memleak and fixed it
+ (EmptyMessage): new class that subclasses Message. This is a workaround
+ to a Pyrex bug that fails to call __del__ when the Message object goes out
+ of scope. For some reason subclassing Message fixes this bug
+ (Bus::send_with_reply_and_block): use EmptyMessage instead of Message
+
2005-08-25 Colin Walters <walters at verbum.org>
* glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks
More information about the dbus-commit
mailing list