mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-02 00:46:48 +01:00
fix memory leak
This commit is contained in:
parent
b049952155
commit
e45f0567d7
@ -48,8 +48,8 @@ public class Tootle.NotificationWidget : Gtk.Grid {
|
||||
}
|
||||
|
||||
destroy.connect (() => {
|
||||
if(separator != null)
|
||||
separator.destroy ();
|
||||
separator = null;
|
||||
status_widget = null;
|
||||
});
|
||||
|
||||
if (notification.status != null){
|
||||
|
Loading…
x
Reference in New Issue
Block a user