aboutsummaryrefslogtreecommitdiffstats
path: root/fm.c
diff options
context:
space:
mode:
Diffstat (limited to 'fm.c')
-rw-r--r--fm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fm.c b/fm.c
index ed3e7cd..3339d9b 100644
--- a/fm.c
+++ b/fm.c
@@ -216,6 +216,7 @@ static void *fm_preview_file(fm_info *i)
mvwprintw(i->fm_r->win, 0, 0, "%s", type);
}
+ free(path);
free(type);
}