summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-search-engine-beagle.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcaja-private/caja-search-engine-beagle.c')
-rw-r--r--libcaja-private/caja-search-engine-beagle.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libcaja-private/caja-search-engine-beagle.c b/libcaja-private/caja-search-engine-beagle.c
index 6e59b060..1b63bb28 100644
--- a/libcaja-private/caja-search-engine-beagle.c
+++ b/libcaja-private/caja-search-engine-beagle.c
@@ -27,6 +27,8 @@
#include <eel/eel-gtk-macros.h>
#include <gmodule.h>
+#include <src/glibcompat.h> /* for g_list_free_full */
+
typedef struct _BeagleHit BeagleHit;
typedef struct _BeagleQuery BeagleQuery;
typedef struct _BeagleClient BeagleClient;
@@ -341,8 +343,7 @@ caja_search_engine_beagle_start (CajaSearchEngine *engine)
/* These must live during the lifetime of the query */
g_free (text);
- g_list_foreach(mimetypes, (GFunc) g_free, NULL);
- g_list_free(mimetypes);
+ g_list_free_full (mimetypes, g_free);
}
static void