mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 08:10:08 +01:00
device: fix crash during reapply
Fixes:bf3b3d444c(cherry picked from commitfe1f5871c8)
This commit is contained in:
parent
66b35bc5a2
commit
28cf2ecd0d
1 changed files with 1 additions and 1 deletions
|
|
@ -9486,7 +9486,7 @@ check_and_reapply_connection (NMDevice *self,
|
|||
|
||||
if (diffs) {
|
||||
NMConnection *connection_clean = connection;
|
||||
gs_free NMConnection *connection_clean_free = NULL;
|
||||
gs_unref_object NMConnection *connection_clean_free = NULL;
|
||||
|
||||
{
|
||||
NMSettingConnection *s_con_a, *s_con_n;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue