Skip to content

girepository: Fix a memory leak of a mapped file

Philip Withnall requested to merge pwithnall/glib:repository-mfile-leak into main

This was introduced by me in commit 1eec66c8, as the ownership transfer semantics of gi_typelib_new_from_mapped_file() were not blatant.

Signed-off-by: Philip Withnall pwithnall@gnome.org

Helps: #3237 (closed)

Merge request reports