glib/tests/mapping: Unref the mapped file on exit

This commit is contained in:
Marco Trevisan (Treviño) 2024-05-10 01:17:41 +02:00
parent 1d2d865f47
commit f9cb8d59de

View File

@ -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);
}