From 7667a2ae4ae4912f8130895e828d1dfb87050870 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 13 Oct 2005 23:34:12 +0000 Subject: * 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e3da63c..e62e1e83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-13 John (J5) Palmieri + + * 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 * python/service.py (ObjectType::_reflect_on_signal): Always close -- cgit