summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2015-04-09 09:27:50 -0500
committerDan Williams <dcbw@redhat.com>2015-05-01 15:59:01 -0500
commit5955f82f01f2da4b0107be6bc4f7c65d26d77b24 (patch)
treee61cdec63c6dfeef60a6aeefc9a11e94b7bb7b2d
parent1bd99ff273490a65140e88b5c48f6356d8041a51 (diff)
downloadNetworkManager-5955f82f01f2da4b0107be6bc4f7c65d26d77b24.tar.gz
rdisc: add missing chain up to parent finalize/dispose
-rw-r--r--src/rdisc/nm-lndp-rdisc.c2
-rw-r--r--src/rdisc/nm-rdisc.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/rdisc/nm-lndp-rdisc.c b/src/rdisc/nm-lndp-rdisc.c
index 922cb3dd76..28fef1fd81 100644
--- a/src/rdisc/nm-lndp-rdisc.c
+++ b/src/rdisc/nm-lndp-rdisc.c
@@ -724,6 +724,8 @@ dispose (GObject *object)
ndp_close (priv->ndp);
priv->ndp = NULL;
}
+
+ G_OBJECT_CLASS (nm_lndp_rdisc_parent_class)->dispose (object);
}
static void
diff --git a/src/rdisc/nm-rdisc.c b/src/rdisc/nm-rdisc.c
index 8729fa63df..dd19eed557 100644
--- a/src/rdisc/nm-rdisc.c
+++ b/src/rdisc/nm-rdisc.c
@@ -169,6 +169,8 @@ nm_rdisc_finalize (GObject *object)
g_array_unref (rdisc->routes);
g_array_unref (rdisc->dns_servers);
g_array_unref (rdisc->dns_domains);
+
+ G_OBJECT_CLASS (nm_rdisc_parent_class)->finalize (object);
}
static void