mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 19:00:11 +01:00
device: fix memory leak
This commit is contained in:
parent
ade14408d7
commit
82c74eb4e2
1 changed files with 1 additions and 1 deletions
|
|
@ -9948,7 +9948,7 @@ nm_device_activate_stage3_ip6_start (NMDevice *self)
|
|||
NMDevicePrivate *priv = NM_DEVICE_GET_PRIVATE (self);
|
||||
NMActStageReturn ret;
|
||||
NMDeviceStateReason failure_reason = NM_DEVICE_STATE_REASON_NONE;
|
||||
NMIP6Config *ip6_config = NULL;
|
||||
gs_unref_object NMIP6Config *ip6_config = NULL;
|
||||
|
||||
g_assert (priv->ip_state_6 == NM_DEVICE_IP_STATE_WAIT);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue