[libnotify] crash on notification destroy

View: New views
1 Messages — Rating Filter:   Alert me  

[libnotify] crash on notification destroy

by Dimitur Kirov :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 ?
_______________________________________________
galago-devel mailing list
galago-devel@...
http://lists.freedesktop.org/mailman/listinfo/galago-devel