[Xfce4-commits] <xfce4-appfinder:master> Don't use 2nd deprecated g_mapped_file_free (bug #8649).
Nick Schermer
noreply at xfce.org
Fri Apr 13 18:58:03 CEST 2012
Updating branch refs/heads/master
to a9336a8f0d82fb6c383bf8d811ba0560de39865c (commit)
from 354628c40442a308127bb52524b005e1b14755cb (commit)
commit a9336a8f0d82fb6c383bf8d811ba0560de39865c
Author: Nick Schermer <nick at xfce.org>
Date: Fri Apr 13 18:57:39 2012 +0200
Don't use 2nd deprecated g_mapped_file_free (bug #8649).
src/appfinder-model.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/appfinder-model.c b/src/appfinder-model.c
index 9e8bcfe..aaf3a7d 100644
--- a/src/appfinder-model.c
+++ b/src/appfinder-model.c
@@ -1617,7 +1617,7 @@ xfce_appfinder_model_collect_thread (gpointer user_data)
if (G_LIKELY (history != NULL))
{
xfce_appfinder_model_collect_history (model, history);
- g_mapped_file_free (history);
+ g_mapped_file_unref (history);
}
else
{
More information about the Xfce4-commits
mailing list