* python/dbus_bindings.pyx: Tracked down a major memleak and fixed it
authorJohn (J5) Palmieri <johnp@redhat.com>
Fri, 26 Aug 2005 03:09:59 +0000 (03:09 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Fri, 26 Aug 2005 03:09:59 +0000 (03:09 +0000)
commit64e468d21ce306831ff8ab76f6704b1ffdafbea2
treeba8b8501e2cfdf8f3b0fe4307478ec35005b29e7
parentc2ff73e5c695b538404b96f0f77eaabefc8cb3d7
* 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
ChangeLog
python/dbus_bindings.pyx
python/proxies.py