From: Sebastian Harl Date: Wed, 4 Mar 2009 18:24:20 +0000 (+0100) Subject: patches/: Removed unused 05_fix_call_to_free. X-Git-Url: https://git.tokkee.org/?p=pkg-mlmmj.git;a=commitdiff_plain;h=071632eb83a9b117f944d6ecf540a725939ec8ee patches/: Removed unused 05_fix_call_to_free. --- diff --git a/debian/changelog b/debian/changelog index c5af8c7..c50c43d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,8 +23,9 @@ mlmmj (1.2.16-0.1) unstable; urgency=low * debian/patches/: - Removed 01_debian_make_mlmmj-ml - instead added mlmmj-make-ml to debian/ directly. + - Removed unused 05_fix_call_to_free. - -- Sebastian Harl Wed, 04 Mar 2009 19:21:08 +0100 + -- Sebastian Harl Wed, 04 Mar 2009 19:23:55 +0100 mlmmj (1.2.15-1.1) unstable; urgency=low diff --git a/debian/patches/05_fix_call_to_free.dpatch b/debian/patches/05_fix_call_to_free.dpatch deleted file mode 100644 index a440770..0000000 --- a/debian/patches/05_fix_call_to_free.dpatch +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 05_fix_call_to_free.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad --exclude=CVS --exclude=.svn ./src/prepstdreply.c /tmp/dpep-work.Lj9E7s/mlmmj-1.2.8/src/prepstdreply.c ---- ./src/prepstdreply.c 2005-01-15 11:46:24.000000000 +0100 -+++ /tmp/dpep-work.Lj9E7s/mlmmj-1.2.8/src/prepstdreply.c 2005-09-12 20:05:45.000000000 +0200 -@@ -181,7 +181,7 @@ - if(replyto) { - myreplyto = substitute(replyto, listaddr, tokencount, data); - tmp = concatstr(3, "Reply-To: ", myreplyto, "\n"); -- free(myreplyto); -+ myfree(myreplyto); - myreplyto = tmp; - } else - myreplyto = NULL;