mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 12:50:17 +01:00
Revert "core: don't leak ActiveConnection object on AddAndActivate failure"
This reverts commit 8b6a1ac62f.
Original patch was in error; 'active' is already gs_unref_object.
This commit is contained in:
parent
0b128aeced
commit
2b0e5cd6e6
1 changed files with 0 additions and 1 deletions
|
|
@ -3469,7 +3469,6 @@ activation_add_done (NMSettings *settings,
|
|||
FALSE,
|
||||
nm_active_connection_get_subject (active),
|
||||
error->message);
|
||||
g_object_unref (active);
|
||||
g_clear_error (&local);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue