mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
g-ir-compiler: Fix leaks in write_out_typelib
Found by Coverity. https://bugzilla.redhat.com/show_bug.cgi?id=1938731
This commit is contained in:
parent
98daf20188
commit
bd56539f73
@ -110,6 +110,8 @@ write_out_typelib (gchar *prefix,
|
||||
}
|
||||
success = TRUE;
|
||||
out:
|
||||
g_clear_object (&file_obj);
|
||||
g_clear_object (&tmp_file_obj);
|
||||
g_free (filename);
|
||||
g_free (tmp_filename);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user