]> git.pld-linux.org Git - packages/feh.git/commitdiff
- already applied in source
authorZsolt Udvari <uzsolt@pld-linux.org>
Tue, 27 Sep 2011 05:32:27 +0000 (05:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    feh-non_memleak.patch -> 1.2

feh-non_memleak.patch [deleted file]

diff --git a/feh-non_memleak.patch b/feh-non_memleak.patch
deleted file mode 100644 (file)
index 96a8f04..0000000
+++ /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);
This page took 0.061631 seconds and 4 git commands to generate.