dbus ChangeLog,1.906,1.907
John Palmieri
johnp at freedesktop.org
Thu Oct 13 16:34:14 PDT 2005
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv21102
Modified Files:
ChangeLog
Log Message:
* python/service.py(ObjectType::_reflect_on_signal, _reflect_on_method):
reclaim memory outside of the loop and use del istead of just setting
the key to None
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.906
retrieving revision 1.907
diff -u -d -r1.906 -r1.907
--- ChangeLog 13 Oct 2005 23:26:00 -0000 1.906
+++ ChangeLog 13 Oct 2005 23:34:11 -0000 1.907
@@ -1,5 +1,10 @@
2005-10-13 John (J5) Palmieri <johnp at redhat.com>
+ * python/service.py(ObjectType::_reflect_on_signal, _reflect_on_method): reclaim memory outside of the loop and use del istead of just setting
+ the key to None
+
+2005-10-13 John (J5) Palmieri <johnp at redhat.com>
+
* python/service.py (ObjectType::_reflect_on_signal): Always close
signal tag even when there are no arguments
More information about the dbus-commit
mailing list