mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
gsignal: really fix closure invalidation
Commit 66b0d95f0ba1939882368b47b01f93289c42ae07 missed this part of the patch.
This commit is contained in:
parent
a1e6ecdfeb
commit
a36028f386
@ -3737,6 +3737,7 @@ invalid_closure_notify (gpointer instance,
|
||||
|
||||
handler = handler_lookup (instance, 0, closure, &signal_id);
|
||||
/* GClosure removes our notifier when we're done */
|
||||
handler->has_invalid_closure_notify = 0;
|
||||
handler_unref_R (signal_id, instance, handler);
|
||||
|
||||
SIGNAL_UNLOCK ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user