mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-26 02:40:28 +01:00
connectivity: fix memory leak in nm-connectivity.c
This commit is contained in:
parent
6519c2be0a
commit
cc12f5128c
1 changed files with 2 additions and 0 deletions
|
|
@ -330,6 +330,8 @@ set_property (GObject *object, guint property_id,
|
|||
g_free (priv->uri);
|
||||
priv->uri = NULL;
|
||||
}
|
||||
if (uri)
|
||||
soup_uri_free (uri);
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue