mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
glib/tests/mapping: Unref the mapped file on exit
This commit is contained in:
parent
1d2d865f47
commit
f9cb8d59de
@ -125,6 +125,7 @@ child_main (void)
|
||||
g_free (childname);
|
||||
g_free (global_filename);
|
||||
g_free (dir);
|
||||
g_mapped_file_unref (map);
|
||||
|
||||
signal_parent (NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user