[Galago-devel] [libnotify] crash on notification destroy
Dimitur Kirov
dkirov at gmail.com
Thu Feb 1 16:16:17 EET 2007
Sorry for posting it here, but trac doesn't permit new tickets.
The xy-stress test crashes when I click on a notification. This is because NotifyNotification is destroyed on "closed" signal and object properties are still referred after "closed" signal is being emitted.
<SNIP>
g_signal_emit(notification, signals[SIGNAL_CLOSED], 0);
notification->priv->id = 0;
</SNIP>
What is the proper way of destroying notification then ?
More information about the galago-devel
mailing list