summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/filelist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filelist.c b/src/filelist.c
index 0aafa64..bbde98c 100644
--- a/src/filelist.c
+++ b/src/filelist.c
@@ -186,6 +186,7 @@ static void add_stdin_to_filelist()
fclose(outfile);
filelist = gib_list_add_front(filelist, feh_file_new(sfn));
+ add_file_to_rm_filelist(sfn);
free(sfn);
}