connectivity: fix memory leak in nm-connectivity.c

This commit is contained in:
Thomas Haller 2015-01-19 16:55:12 +01:00
parent 6519c2be0a
commit cc12f5128c

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;