index
:
sf.git
master
System status monitor and file manager
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
fm.c
1
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);
}