connectivity: fix memory leak in nm-connectivity.c

(cherry picked from commit cc12f5128c)
This commit is contained in:
Thomas Haller 2015-01-19 16:55:12 +01:00
parent b3c192eb9f
commit c6b99ef941

View file

@ -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;