ibft: fix memleak in read_ibft_blocks()

(cherry picked from commit 494c5c395d)
This commit is contained in:
Thomas Haller 2015-02-07 16:00:45 +01:00
parent 410a22b28f
commit 3e1055d141

View file

@ -186,6 +186,7 @@ done:
if (lines)
g_strfreev (lines);
g_free (out);
g_free (err);
if (success)
*out_blocks = blocks;
else