Blob Blame History Raw
From b08e7cbd26704b0a5400fdfab1f3f2e3922b102f Mon Sep 17 00:00:00 2001
From: Ernestas Kulik <ekulik@redhat.com>
Date: Fri, 15 May 2020 15:50:50 +0200
Subject: [PATCH] applet: Chain up in dispose()

Also something missed in 802a40a2f7c971b6533162e70b860e01ae3b5a27.
---
 src/applet/abrt-applet-application.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/applet/abrt-applet-application.c b/src/applet/abrt-applet-application.c
index 8ea653bb..52ed5529 100644
--- a/src/applet/abrt-applet-application.c
+++ b/src/applet/abrt-applet-application.c
@@ -985,6 +985,8 @@ abrt_applet_application_dispose (GObject *object)
     self = ABRT_APPLET_APPLICATION (object);
 
     g_clear_pointer (&self->deferred_problems, g_ptr_array_unref);
+
+    G_OBJECT_CLASS (abrt_applet_application_parent_class)->dispose (object);
 }
 
 static void
-- 
2.26.2