mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 01:48:53 +02:00
glib/tests/mapping: Unref the mapped file on exit
This commit is contained in:
committed by
Philip Withnall
parent
116312f089
commit
9c611f6ef9
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user