mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Break references that can prevent garbage collection.
This commit is contained in:
parent
8b5511c7ec
commit
9004e8bbf2
1 changed files with 1 additions and 0 deletions
|
@ -84,3 +84,4 @@ class Callback(BaseHandler):
|
||||||
self._pointer(payload)
|
self._pointer(payload)
|
||||||
if self._once:
|
if self._once:
|
||||||
self._destroy = True
|
self._destroy = True
|
||||||
|
del self._pointer
|
||||||
|
|
Loading…
Reference in a new issue