From owner-FreeBSD-tech-jp@jp.freebsd.org  Thu Apr  2 15:17:13 1998
Received: by jaz.jp.freebsd.org (8.8.8+3.0Wbeta7/8.7.3) id PAA19182
	Thu, 2 Apr 1998 15:17:13 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.8+3.0Wbeta7/8.7.3) with ESMTP id PAA19170
	for <FreeBSD-tech-jp@jp.freebsd.org>; Thu, 2 Apr 1998 15:17:10 +0900 (JST)
Received: from mailgate.tcc.co.jp (root@texas.tcc.co.jp [210.130.212.194])
	by mailrelay.tcc.co.jp (8.8.5/3.5Wpl1-mailrelay) with ESMTP id PAA06427
	for <FreeBSD-tech-jp@jp.freebsd.org>; Thu, 2 Apr 1998 15:17:05 +0900 (JST)
Received: from colt.matsu.tcc.co.jp (colt.hikura.trans-nt.com [192.168.10.2])
	by mailgate.tcc.co.jp (8.8.5/3.6Wbeta5-mailgate) with ESMTP id PAA18141
	for <FreeBSD-tech-jp@jp.freebsd.org>; Thu, 2 Apr 1998 15:17:03 +0900 (JST)
Received: from localhost (localhost [127.0.0.1])
	by colt.matsu.tcc.co.jp (8.8.7/3.6Wbeta5-colt) with ESMTP id PAA02825;
	Thu, 2 Apr 1998 15:17:04 +0900 (JST)
To: FreeBSD-tech-jp@jp.freebsd.org
From: Hironori Ikura / =?iso-2022-jp?B?GyRCMEtBUhsoQg==?= =?iso-2022-jp?B?GyRCOS1GQRsoQg==?= <hikura@trans-nt.com>
In-Reply-To: Your message of "Thu, 2 Apr 1998 11:55:06 +0900 (JST)"
	<199804020254.LAA29283@ail.ail-inc.co.jp>
References: <199804020254.LAA29283@ail.ail-inc.co.jp>
X-Mailer: Mew version 1.92.4 on XEmacs 20.4 (Emerald)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <19980402151704T.hikura@trans-nt.com>
Date: Thu, 02 Apr 1998 15:17:04 +0900
X-Dispatcher: imput version 971024
Lines: 54
Reply-To: FreeBSD-tech-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=24]
X-Sequence: FreeBSD-tech-jp 1335
Subject: [FreeBSD-tech-jp 1335] Re: communicator
Errors-To: owner-FreeBSD-tech-jp@jp.freebsd.org
Sender: owner-FreeBSD-tech-jp@jp.freebsd.org

$B0KAR$G$9!#(B

In the message...
>> From: sada@ail-inc.co.jp (SADA Kenji)
>> Subject: [FreeBSD-tech-jp 1334] Re: communicator
>> Date: Thu, 2 Apr 1998 11:55:06 +0900 (JST)

sada> port $B$r8+IU$1$?$N$G;n$7$^$9!#(B
sada> 
sada> 	http://www.freebsd.org/~eivind/moz_port.tgz
sada> 
sada> # $B>l=j$O(B www/mozilla $B$G7h$^$j$N$h$&$G!#(B


lesstif-ML $B$NJ}$K!"(B

In the message...
>> From: Dan McGuirk <mcguirk@indirect.com>
>> Subject: Small Lesstif patch
>> Date: Tue, 31 Mar 1998 23:11:47 -0700 (MST)

mcguirk> This patch to Lesstif 0.83 fixes some crashes with Mozilla.  The original
mcguirk> code seems to be in error--the function is being passed a pointer to the
mcguirk> pointer it wants to free, not the pointer itself.

$B$H$$$&%Q%C%A$,N.$l$F$^$7$?!#(B
$B$*$=$i$/!"(BFreeBSD $B$G$bLdBj$r5/$3$7$=$&$JItJ,$J$N$G!"(B
$B$3$l$b(B (lesstif-0.83 $B$r;H$&$J$i(B) $B$"$F$F$_$?J}$,(B
$B$h$$$N$G$O$J$$$G$7$g$&$+!#(B
# $B;d$O$^$@!"0l@Z%S%k%I$7$F$^$;$s!#(B

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? */
     }


$B$4;29M$K$J$l$P!#(B
--
Hironori Ikura / $B0KAR(B $B9-FA(B <hikura@matsu.tcc.co.jp>
# lesstif-i18n $B$r$^$8$a$K%a%s%F$7$J$1$l$P$$$1$J$$(B
# $B;~$,Mh$?$N$G$"$m$&$+!D!D(B
