summaryrefslogtreecommitdiff
path: root/news/pan2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-26 04:47:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-26 04:47:27 +0000
commit80a033160c85da3bdfd404128de431f0905c82ab (patch)
treedcfdb126fa21b114f3d08bb04c927588b33196f8 /news/pan2
parentRemove a patch that is not needed with libgnomecanvas-2.2. (diff)
Don't call free when we haven't actually malloc'd any memory. This should
fix an abort on -CURRENT. Reported by: walt <wa1ter@myrealbox.com>
Notes
Notes: svn path=/head/; revision=79662
Diffstat (limited to 'news/pan2')
-rw-r--r--news/pan2/Makefile1
-rw-r--r--news/pan2/files/patch-pan_base_article.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile
index d5ddcf827d4c..78562ae8b0dd 100644
--- a/news/pan2/Makefile
+++ b/news/pan2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pan2
PORTVERSION= 0.13.95
+PORTREVISION= 1
CATEGORIES= news gnome
MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \
http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ \
diff --git a/news/pan2/files/patch-pan_base_article.c b/news/pan2/files/patch-pan_base_article.c
new file mode 100644
index 000000000000..20ee6780549a
--- /dev/null
+++ b/news/pan2/files/patch-pan_base_article.c
@@ -0,0 +1,10 @@
+--- pan/base/article.c.orig Sat Apr 26 00:33:54 2003
++++ pan/base/article.c Sat Apr 26 00:45:00 2003
+@@ -505,7 +505,6 @@
+ if (changed_qty > 0)
+ articles_set_dirty (changed, changed_qty);
+
+- g_free (changed);
+ }
+
+