[arch-commits] Commit in jpilot/trunk (jpilot-fix_invalid_free.patch)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 4 10:35:09 UTC 2008


    Date: Saturday, October 4, 2008 @ 06:35:08
  Author: andyrtr
Revision: 14142

upgpkg: jpilot 1.6.0-1

Deleted:
  jpilot/trunk/jpilot-fix_invalid_free.patch

-------------------------------+
 jpilot-fix_invalid_free.patch |   11 -----------
 1 file changed, 11 deletions(-)

Deleted: jpilot-fix_invalid_free.patch
===================================================================
--- jpilot-fix_invalid_free.patch	2008-10-04 10:28:25 UTC (rev 14141)
+++ jpilot-fix_invalid_free.patch	2008-10-04 10:35:08 UTC (rev 14142)
@@ -1,11 +0,0 @@
---- jpilot.c.orig	2006-03-09 00:06:29.000000000 +0100
-+++ jpilot.c	2006-03-09 00:10:18.000000000 +0100
-@@ -1371,7 +1371,7 @@
-    gdk_pixdata_from_pixbuf(pixdata, pixbuf, FALSE);
-    data = gdk_pixdata_serialize(pixdata, &len);
- 
--   g_free(pixbuf);
-+   g_object_unref(pixbuf);
-    g_free(pixdata);
- 
-    return data;




More information about the arch-commits mailing list