mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-21 09:27:51 +02:00
gsignal: really fix closure invalidation
Commit 66b0d95f0b
missed this part of the
patch.
This commit is contained in:
@@ -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 ();
|
||||
|
Reference in New Issue
Block a user