From 71eb9b41250c907398ee8be426a9e5e450abe06c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 8 Feb 2013 19:20:18 +0100 Subject: delete temporary stdin-files when exiting --- src/filelist.c | 1 + 1 file changed, 1 insertion(+) 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); } -- cgit v1.2.3