Fix garbage collection issue in Callback
This commit is contained in:
parent
218d752920
commit
fc61347b41
@ -415,6 +415,8 @@ class Callback:
|
||||
finally:
|
||||
self._current_signals.remove(signal_name)
|
||||
|
||||
del frame # Needed for garbage collection
|
||||
|
||||
#
|
||||
# instance signals control methods
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user