mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 13:38:40 +02:00
ibft: fix memleak in read_ibft_blocks()
This commit is contained in:
parent
9d8f93384a
commit
494c5c395d
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ done:
|
|||
if (lines)
|
||||
g_strfreev (lines);
|
||||
g_free (out);
|
||||
g_free (err);
|
||||
if (success)
|
||||
*out_blocks = blocks;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue