]> git.ipfire.org Git - people/ms/dma.git/commitdiff
drop 29-double-free.patch: already applied
authorSimon Schubert <2@0x2c.org>
Thu, 28 Oct 2010 21:00:49 +0000 (23:00 +0200)
committerSimon Schubert <2@0x2c.org>
Thu, 28 Oct 2010 21:00:49 +0000 (23:00 +0200)
debian/patches/29-double-free.patch [deleted file]

diff --git a/debian/patches/29-double-free.patch b/debian/patches/29-double-free.patch
deleted file mode 100644 (file)
index cccd502..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix a double-free bug.
-Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: yes
-Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-21
-
---- a/spool.c
-+++ b/spool.c
-@@ -319,7 +319,7 @@
-               if (queuefn != NULL)
-                       free(queuefn);
-               if (mailfn != NULL)
--                      free(queuefn);
-+                      free(mailfn);
-       }
-       closedir(spooldir);
-       return (0);