ibft: fix memleak in read_ibft_blocks()

This commit is contained in:
Thomas Haller 2015-02-07 16:00:45 +01:00
parent 9d8f93384a
commit 494c5c395d

View file

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