mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 08:18:03 +02:00
parent
3b1b6427d1
commit
9bc6ca96f6
1 changed files with 2 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ typedef struct {
|
||||||
|
|
||||||
gboolean unsaved;
|
gboolean unsaved;
|
||||||
guint32 flags;
|
guint32 flags;
|
||||||
const char *filename;
|
char *filename;
|
||||||
|
|
||||||
gboolean visible;
|
gboolean visible;
|
||||||
} NMRemoteConnectionPrivate;
|
} NMRemoteConnectionPrivate;
|
||||||
|
|
@ -939,6 +939,7 @@ dispose (GObject *object)
|
||||||
NMRemoteConnectionPrivate *priv = NM_REMOTE_CONNECTION_GET_PRIVATE (object);
|
NMRemoteConnectionPrivate *priv = NM_REMOTE_CONNECTION_GET_PRIVATE (object);
|
||||||
|
|
||||||
g_clear_object (&priv->proxy);
|
g_clear_object (&priv->proxy);
|
||||||
|
nm_clear_g_free (&priv->filename);
|
||||||
|
|
||||||
G_OBJECT_CLASS (nm_remote_connection_parent_class)->dispose (object);
|
G_OBJECT_CLASS (nm_remote_connection_parent_class)->dispose (object);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue