Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2006 21:50:23 GMT
From:      Alex Samorukov <samm@os2.kiev.ua>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/98929: jpilot is broken with FreeBSD 6.1 / GTK2
Message-ID:  <200606152150.k5FLoNu4036340@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/98929; it has been noted by GNATS.

From: Alex Samorukov <samm@os2.kiev.ua>
To: bug-followup@FreeBSD.org,  gb@isis.u-strasbg.fr
Cc:  
Subject: Re: ports/98929: jpilot is broken with FreeBSD 6.1 / GTK2
Date: Fri, 16 Jun 2006 00:40:44 +0300

 Sorry, previous followup contain a wrong patch. Here is a correct patch:
 
 diff -u -r1.127 -r1.128
 --- jpilot.c    28 Nov 2005 07:22:22 -0000    1.127
 +++ jpilot.c    16 Dec 2005 13:33:27 -0000    1.128
 @@ -1,4 +1,4 @@
 -/* $Id: jpilot.c,v 1.127 2005/11/28 07:22:22 rikster5 Exp $ */
 +/* $Id: jpilot.c,v 1.128 2005/12/16 13:33:27 rousseau Exp $ */
  
  /*******************************************************************************
   * jpilot.c
 @@ -1367,7 +1367,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;
 
 -- 
 Best regards,
 Alex Samorukov, SAMM1-RIPE
 Zend Certified PHP Engineer
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606152150.k5FLoNu4036340>