glib-compile-resources: Fix a minor leak

Spotted by oss-fuzz using asan.

oss-fuzz#13271

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-02-22 14:47:46 +00:00
parent 779448eb93
commit 7321f240f9

View File

@ -999,6 +999,7 @@ main (int argc, char **argv)
}
g_free (base);
c_name = g_string_free (s, FALSE);
}
}