summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfconfd/xfconf-backend-perchannel-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfconfd/xfconf-backend-perchannel-xml.c b/xfconfd/xfconf-backend-perchannel-xml.c
index 34c40e8..d763935 100644
--- a/xfconfd/xfconf-backend-perchannel-xml.c
+++ b/xfconfd/xfconf-backend-perchannel-xml.c
@@ -1623,7 +1623,7 @@ xfconf_backend_perchannel_xml_merge_file(XfconfBackendPerchannelXml *xbpx,
g_markup_parse_context_free(context);
if(mmap_file)
- g_mapped_file_free(mmap_file);
+ g_mapped_file_unref(mmap_file);
else
g_free(file_contents);