[gnome-software] trivial: Chain up finalize
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Chain up finalize
- Date: Thu, 9 May 2019 09:22:39 +0000 (UTC)
commit 9a9c7b6ddcf7b991e33cb647935d69a8ac5d6a80
Author: Kalev Lember <klember redhat com>
Date: Thu May 9 10:50:42 2019 +0200
trivial: Chain up finalize
lib/gs-plugin.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/lib/gs-plugin.c b/lib/gs-plugin.c
index 32bdb805..eab2287a 100644
--- a/lib/gs-plugin.c
+++ b/lib/gs-plugin.c
@@ -225,6 +225,8 @@ gs_plugin_finalize (GObject *object)
if (priv->module != NULL)
g_module_close (priv->module);
#endif
+
+ G_OBJECT_CLASS (gs_plugin_parent_class)->finalize (object);
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]