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