From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 18:15:42 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B0C616A4CE for ; Mon, 12 Apr 2004 18:15:42 -0700 (PDT) Received: from sv19.dfserver19.com (sv19.dfserver19.com [207.44.192.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C25B43D1D for ; Mon, 12 Apr 2004 18:15:40 -0700 (PDT) (envelope-from shaun@insipidity.co.uk) Received: from host217-42-19-218.range217-42.btcentralplus.com ([217.42.19.218] helo=[192.168.1.15]) by sv19.dfserver19.com with asmtp (Exim 4.24) id 1BDCWZ-0003DY-03 for ports@FreeBSD.org; Tue, 13 Apr 2004 02:15:17 +0100 From: Shaun Friedle To: ports@FreeBSD.org Content-Type: text/plain Message-Id: <1081818949.53272.9.camel@Shaun> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 13 Apr 2004 02:15:49 +0100 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sv19.dfserver19.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - insipidity.co.uk Subject: IglooFTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 01:15:42 -0000 Hi, After compiling the IglooFTP 0.6.1 port on FreeBSD 5.2 Release, and attempting to run it I got the error: IglooFTP in free(): error: chunk is already free This is fixed by removing one line in dir_tree.c, this is a patch which fixes it: *** dir_tree.c Thu Apr 15 17:05:14 1999 --- dir_tree.c.fixed Tue Apr 13 01:49:23 2004 *************** *** 153,159 **** new_ptr[0] = 'B'; gtk_ctree_node_set_row_data_full (ctree, parent, strdup (new_ptr), (GtkDestroyNotify) free); free (new_ptr); - free (ptr); // verify that this is a good thing to do PARENT_BROWSED_FLAG = TRUE; } --- 153,158 ---- -- Shaun Friedle shaun@insipidity.co.uk