mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 01:10:08 +01:00
keyfile: fix memleak in parity_parser()
(cherry picked from commit 9d8f93384a)
This commit is contained in:
parent
74d44dd563
commit
410a22b28f
1 changed files with 1 additions and 0 deletions
|
|
@ -870,6 +870,7 @@ parity_parser (NMSetting *setting, const char *key, GKeyFile *keyfile, const cha
|
|||
int_val = 'X';
|
||||
}
|
||||
}
|
||||
g_free (str_val);
|
||||
}
|
||||
|
||||
if (!int_val)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue