From owner-freebsd-hackers Wed Apr 1 22:44:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07627 for freebsd-hackers-outgoing; Wed, 1 Apr 1998 22:44:29 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from echonyc.com (echonyc.com [198.67.15.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07613 for ; Wed, 1 Apr 1998 22:44:18 -0800 (PST) (envelope-from benedict@echonyc.com) Received: from localhost (benedict@localhost) by echonyc.com (8.8.7/8.8.7) with SMTP id BAA29603; Thu, 2 Apr 1998 01:40:08 -0500 (EST) Date: Thu, 2 Apr 1998 01:40:07 -0500 (EST) From: Snob Art Genre To: Eivind Eklund cc: "Kenneth P. Stox" , Alex Povolotsky , hackers@FreeBSD.ORG Subject: Re: Mozilla and LessTif In-Reply-To: <19980402030908.62016@follo.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has this been committed to the port? Or do I have to either patch it by hand or wait for 0.84? On Thu, 2 Apr 1998, Eivind Eklund wrote: > On Wed, Apr 01, 1998 at 05:51:29PM -0600, Kenneth P. Stox wrote: > > > > Well, I've gotten far enough to bring up the first screen, then it locks > > up. :-( I'm using 3.0-current, lesstif 0.83, and Eilvind's port. > > That's apparently due to a bad free in Lesstif. Here's a patch (From > Dan McGuirk , originally posted to > mozilla-general): > > Index: lib/Xm/FontList.c > =================================================================== > RCS file: /usr/local/cvsroot/lesstif/lib/Xm/FontList.c,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 FontList.c > --- FontList.c 1998/03/31 21:39:14 1.1.1.1 > +++ FontList.c 1998/04/01 00:54:55 > @@ -211,7 +211,7 @@ > if (entry) > { > XtFree((*entry)->tag); > - XtFree((XtPointer)entry); > + XtFree((XtPointer)*entry); > > /* should we close the Font? */ > } > > > Eivind. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > Ben "You have your mind on computers, it seems." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message