summaryrefslogtreecommitdiff
path: root/panels/network/connection-editor/ce-page-8021x-security.c
diff options
context:
space:
mode:
Diffstat (limited to 'panels/network/connection-editor/ce-page-8021x-security.c')
-rw-r--r--panels/network/connection-editor/ce-page-8021x-security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/network/connection-editor/ce-page-8021x-security.c b/panels/network/connection-editor/ce-page-8021x-security.c
index a1ec4eca8..19f8ef3c5 100644
--- a/panels/network/connection-editor/ce-page-8021x-security.c
+++ b/panels/network/connection-editor/ce-page-8021x-security.c
@@ -164,7 +164,7 @@ ce_page_8021x_security_dispose (GObject *object)
CEPage8021xSecurity *self = CE_PAGE_8021X_SECURITY (object);
g_clear_object (&self->connection);
- g_clear_pointer ((WirelessSecurity**) &self->security, wireless_security_unref);
+ g_clear_object (&self->security);
g_clear_object (&self->group);
G_OBJECT_CLASS (ce_page_8021x_security_parent_class)->dispose (object);