From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9146 invoked by alias); 25 Sep 2003 00:30:58 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 9136 invoked from network); 25 Sep 2003 00:30:57 -0000 Received: from unknown (HELO snoopy.pacific.net.au) (61.8.0.36) by sources.redhat.com with SMTP; 25 Sep 2003 00:30:57 -0000 Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.4) with ESMTP id h8P0UtG4024715 for ; Thu, 25 Sep 2003 10:30:56 +1000 Received: from localhost (ppp113.dyn228.pacific.net.au [203.143.228.113]) by mongrel.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id h8P0SJXY031220 for ; Thu, 25 Sep 2003 10:28:20 +1000 Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 1A2K1x-0004XB-00; Thu, 25 Sep 2003 10:30:49 +1000 To: guile-gtk@sources.redhat.com Subject: Re: gdk-window-get-children memory leak References: <87ekypsf4k.fsf@zip.com.au> From: Kevin Ryde Mail-Copies-To: never Date: Thu, 25 Sep 2003 00:30:00 -0000 In-Reply-To: <87ekypsf4k.fsf@zip.com.au> (Kevin Ryde's message of "Wed, 10 Sep 2003 09:42:35 +1000") Message-ID: <87k77xg153.fsf@zip.com.au> User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q3/txt/msg00089.txt.bz2 I wrote: > > * gdk-1.2.defs (gdk_window_get_children): Use gdk_window_peek_children, > to avoid a memory leak. Oops, gdk_window_peek_children is only in gtk 2, so I used an interp instead.