mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 23:28:54 +02:00
glib/tests/mapping: Unref the mapped file on exit
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user