mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 07:20:14 +01:00
ifcfg-rh: fix leak writing out certificate blobs
This commit is contained in:
parent
36294ddbce
commit
c9246b53ff
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ write_secret_file (const char *path,
|
|||
success = TRUE;
|
||||
|
||||
out:
|
||||
g_free (tmppath);
|
||||
return success;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue