mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 04:28:05 +02: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 (childname);
|
||||||
g_free (global_filename);
|
g_free (global_filename);
|
||||||
g_free (dir);
|
g_free (dir);
|
||||||
|
g_mapped_file_unref (map);
|
||||||
|
|
||||||
signal_parent (NULL);
|
signal_parent (NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user