]> git.llucax.com Git - software/mutt-debian.git/commitdiff
patch to fix 533459
authorAntonio Radici <antonio@dyne.org>
Wed, 17 Jun 2009 22:45:12 +0000 (23:45 +0100)
committerAntonio Radici <antonio@dyne.org>
Wed, 17 Jun 2009 22:45:12 +0000 (23:45 +0100)
debian/changelog
debian/patches/series
debian/patches/upstream/533459-unmailboxes [new file with mode: 0644]

index c0b2ea9fd832c5db452fcb59b5c80426f4f808f2..abf24ca40b0eca4207f8e8c483d0102c998ebfe2 100644 (file)
@@ -1,3 +1,9 @@
+mutt (1.5.20-1+fix533459) unstable; urgency=low
+
+  * adding a patch to fix a bug
+
+ -- Antonio Radici <antonio@dyne.org>  Wed, 17 Jun 2009 23:43:47 +0100
+
 mutt (1.5.20-1) unstable; urgency=low
 
   * New upstream release, includes the following features:
index 33ecf6e3231b2b2d09502f30ac1030e70e218d2c..6cdd6955001ed6626e6477d7ddbb13232e68c5ae 100644 (file)
@@ -41,6 +41,8 @@ misc/smime.rc
 #upstream/504530-stunnel-account_hook-doc.patch
 #upstream/530887-dovecot-imap.patch
 
+upstream/533459-unmailboxes
+
 misc/hyphen-as-minus.patch
 #misc/manpage-typos.patch
 misc/smime_keys-manpage.patch
diff --git a/debian/patches/upstream/533459-unmailboxes b/debian/patches/upstream/533459-unmailboxes
new file mode 100644 (file)
index 0000000..4a12e86
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/buffy.c
++++ b/buffy.c
+@@ -236,7 +236,6 @@
+     {
+       if(*tmp)
+       {
+-        FREE (&((*tmp)->path));
+         tmp1=(*tmp)->next;
+         FREE (tmp);           /* __FREE_CHECKED__ */
+         *tmp=tmp1;