mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 15:40:10 +01:00
connectivity: make NMConnectivity:dispose() reentrant
(cherry picked from commit 3dce101f6b)
This commit is contained in:
parent
72d06eb9c8
commit
5929a4cbec
1 changed files with 2 additions and 2 deletions
|
|
@ -397,8 +397,8 @@ dispose (GObject *object)
|
|||
NMConnectivity *self = NM_CONNECTIVITY (object);
|
||||
NMConnectivityPrivate *priv = NM_CONNECTIVITY_GET_PRIVATE (self);
|
||||
|
||||
g_free (priv->uri);
|
||||
g_free (priv->response);
|
||||
g_clear_pointer (&priv->uri, g_free);
|
||||
g_clear_pointer (&priv->response, g_free);
|
||||
|
||||
#if WITH_CONCHECK
|
||||
if (priv->soup_session) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue