wifi: fix leaking fake AP in NMDeviceWifi's act_stage1_prepare()

Fixes: 96f40dcdcd
(cherry picked from commit ef61d7909f)
This commit is contained in:
Thomas Haller 2018-09-13 16:20:17 +02:00
parent d01b37c46f
commit d08530ac4b

View file

@ -2593,6 +2593,7 @@ act_stage1_prepare (NMDevice *device, NMDeviceStateReason *out_failure_reason)
set_current_ap (self, ap, FALSE);
nm_active_connection_set_specific_object (NM_ACTIVE_CONNECTION (req),
nm_dbus_object_get_path (NM_DBUS_OBJECT (ap)));
g_object_unref (ap);
return NM_ACT_STAGE_RETURN_SUCCESS;
done: