mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 06:13:29 +02: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:
@@ -110,6 +110,8 @@ write_out_typelib (gchar *prefix,
|
|||||||
}
|
}
|
||||||
success = TRUE;
|
success = TRUE;
|
||||||
out:
|
out:
|
||||||
|
g_clear_object (&file_obj);
|
||||||
|
g_clear_object (&tmp_file_obj);
|
||||||
g_free (filename);
|
g_free (filename);
|
||||||
g_free (tmp_filename);
|
g_free (tmp_filename);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user