mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 11:28:02 +02:00
ibft: fix memleak in read_ibft_blocks()
(cherry picked from commit 494c5c395d)
This commit is contained in:
parent
410a22b28f
commit
3e1055d141
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,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