mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
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:
parent
779448eb93
commit
7321f240f9
@ -999,6 +999,7 @@ main (int argc, char **argv)
|
||||
|
||||
}
|
||||
|
||||
g_free (base);
|
||||
c_name = g_string_free (s, FALSE);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user