From: Zsolt Udvari Date: Tue, 27 Sep 2011 05:32:27 +0000 (+0000) Subject: - already applied in source X-Git-Tag: auto/th/feh-2_1-2~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffeh.git;a=commitdiff_plain;h=55dba5a111475a21c563bacaf8a2939c2e5c0db1 - already applied in source Changed files: feh-non_memleak.patch -> 1.2 --- diff --git a/feh-non_memleak.patch b/feh-non_memleak.patch deleted file mode 100644 index 96a8f04..0000000 --- a/feh-non_memleak.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- ./src/imlib.c.org 2011-09-13 10:09:21.351470521 +0200 -+++ ./src/imlib.c 2011-09-13 10:09:38.442241678 +0200 -@@ -151,13 +151,14 @@ int feh_load_image(Imlib_Image * im, feh - /* Http, no reload, slideshow. Let's keep this image on hand... */ - free(file->filename); - file->filename = estrdup(tmpname); -+ -+ if (!opt.keep_http) -+ add_file_to_rm_filelist(tmpname); - } else { - /* Don't cache the image if we're doing reload + http (webcams etc) */ - if (!opt.keep_http) - unlink(tmpname); - } -- if (!opt.keep_http) -- add_file_to_rm_filelist(tmpname); - free(tmpname); - } else { - *im = imlib_load_image_with_error_return(file->filename, &err);