[58070] trunk/dports/news/pan2
ryandesign at macports.org
ryandesign at macports.org
Mon Sep 21 09:55:13 PDT 2009
Revision: 58070
http://trac.macports.org/changeset/58070
Author: ryandesign at macports.org
Date: 2009-09-21 09:55:09 -0700 (Mon, 21 Sep 2009)
Log Message:
-----------
pan2: restore an incorrectly-removed g_free; see #20741
Modified Paths:
--------------
trunk/dports/news/pan2/Portfile
trunk/dports/news/pan2/files/another_gmime2.4.diff
Modified: trunk/dports/news/pan2/Portfile
===================================================================
--- trunk/dports/news/pan2/Portfile 2009-09-21 16:40:09 UTC (rev 58069)
+++ trunk/dports/news/pan2/Portfile 2009-09-21 16:55:09 UTC (rev 58070)
@@ -4,6 +4,7 @@
name pan2
version 0.133
+revision 1
categories news
maintainers nomaintainer
Modified: trunk/dports/news/pan2/files/another_gmime2.4.diff
===================================================================
--- trunk/dports/news/pan2/files/another_gmime2.4.diff 2009-09-21 16:40:09 UTC (rev 58069)
+++ trunk/dports/news/pan2/files/another_gmime2.4.diff 2009-09-21 16:55:09 UTC (rev 58070)
@@ -154,12 +154,7 @@
// decide whether or not this part is a picture
bool is_image (g_mime_content_type_is_type (type, "image", "*"));
-@@ -952,11 +952,11 @@
- GtkTextIter iter;
- gtk_text_buffer_get_end_iter (_buffer, &iter);
- gtk_text_buffer_insert (_buffer, &iter, pch, -1);
-- g_free (pch);
-+// g_free (pch); //SKG don't unref returned const char *
+@@ -956,7 +956,7 @@
}
}
void
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090921/536e1104/attachment.html>
More information about the macports-changes
mailing list