summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/filter_files.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/filter_files.c b/ui/filter_files.c
index 092b8afc79..96c32a4e23 100644
--- a/ui/filter_files.c
+++ b/ui/filter_files.c
@@ -233,7 +233,8 @@ read_filter_list(filter_list_type_t list_type)
}
/*
- * Try to open the global "cfilters/dfilters" file */
+ * Try to open the global "cfilters/dfilters" file.
+ */
g_free(ff_path);
ff_path = get_datafile_path(ff_name);
if ((ff = ws_fopen(ff_path, "r")) == NULL) {