summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/handler
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-02-14 11:13:41 -0500
committerLance Stout <lancestout@gmail.com>2011-02-14 11:13:41 -0500
commit9004e8bbf2c29d23fad20467791d9a8224d4bdb3 (patch)
tree8103f6b3a79c0f2e15d64f060bc5ac8ab7f98669 /sleekxmpp/xmlstream/handler
parent8b5511c7ec036aef6a243c3c5e801cdaa7a4863a (diff)
downloadslixmpp-9004e8bbf2c29d23fad20467791d9a8224d4bdb3.tar.gz
slixmpp-9004e8bbf2c29d23fad20467791d9a8224d4bdb3.tar.bz2
slixmpp-9004e8bbf2c29d23fad20467791d9a8224d4bdb3.tar.xz
slixmpp-9004e8bbf2c29d23fad20467791d9a8224d4bdb3.zip
Break references that can prevent garbage collection.
Diffstat (limited to 'sleekxmpp/xmlstream/handler')
-rw-r--r--sleekxmpp/xmlstream/handler/callback.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/xmlstream/handler/callback.py b/sleekxmpp/xmlstream/handler/callback.py
index cfd3c43c..f1fda805 100644
--- a/sleekxmpp/xmlstream/handler/callback.py
+++ b/sleekxmpp/xmlstream/handler/callback.py
@@ -84,3 +84,4 @@ class Callback(BaseHandler):
self._pointer(payload)
if self._once:
self._destroy = True
+ del self._pointer