Fix racy glib assertion failure
Use g_signal_connect_object() to establish automatic and race-free signal disconnection instead of the hand-crafted mechanism.
Showing
Please
register
or
sign in
to comment
Use g_signal_connect_object() to establish automatic and race-free signal disconnection instead of the hand-crafted mechanism.