From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: scm_must_free Date: 27 Aug 2002 00:03:04 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <87y9at5ld3.fsf@zagadka.ping.de> References: <15716.11055.92865.675317@blauw.xs4all.nl> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030399685 22363 127.0.0.1 (26 Aug 2002 22:08:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2002 22:08:05 +0000 (UTC) Cc: guile-devel@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17jS1i-0005oI-00 for ; Tue, 27 Aug 2002 00:08:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jS32-0001gR-00; Mon, 26 Aug 2002 18:09:24 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17jRwx-0000e3-00 for guile-devel@gnu.org; Mon, 26 Aug 2002 18:03:07 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17jRwv-0000dc-00 for guile-devel@gnu.org; Mon, 26 Aug 2002 18:03:07 -0400 Original-Received: from dialin.speedway42.dip39.dokom.de ([195.138.42.39] helo=zagadka.ping.de) by monty-python.gnu.org with smtp (Exim 4.10) id 17jRwv-0000dP-00 for guile-devel@gnu.org; Mon, 26 Aug 2002 18:03:05 -0400 Original-Received: (qmail 25457 invoked by uid 1000); 26 Aug 2002 22:03:04 -0000 Original-To: hanwen@cs.uu.nl In-Reply-To: <15716.11055.92865.675317@blauw.xs4all.nl> Original-Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1160 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1160 Han-Wen Nienhuys writes: > Why does scm_must_free barf on freeing the null pointer? I don't know. scm_must_free is on its way out anyway so we might not want to bother. (See scm_gc_malloc etc for the functions that it is replaced with, in HEAD.) scm_must_malloc can't return a NULL pointer, so maybe that's the reason. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel