Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B48EE985D for ; Tue, 7 Feb 2012 20:30:09 +0000 (UTC) Received: (qmail 15581 invoked by uid 500); 7 Feb 2012 20:30:09 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 15417 invoked by uid 500); 7 Feb 2012 20:30:08 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 15409 invoked by uid 99); 7 Feb 2012 20:30:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 20:30:08 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [80.237.132.80] (HELO wp073.webpack.hosteurope.de) (80.237.132.80) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 20:30:00 +0000 Received: from p4aa831.osaknt01.ap.so-net.ne.jp ([120.74.168.49] helo=[192.168.1.21]); authenticated by wp073.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) id 1RurfW-0001XQ-Vc; Tue, 07 Feb 2012 21:29:39 +0100 Message-ID: <4F3189AB.2090203@leichtgewicht.at> Date: Wed, 08 Feb 2012 05:29:31 +0900 From: Martin Heidegger User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: flex-dev@incubator.apache.org Subject: Re: JavaScript VS. Weak references References: <4F317C93.6070005@leichtgewicht.at> ,<4F318509.6050901@leichtgewicht.at> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mh@leichtgewicht.at;1328646600;5e64e9db; On 08/02/2012 05:21, Fr�d�ric THOMAS wrote: > In the section "Circular references collection" it's explained that the reference is cleaned up when the outer element dies but may be is not what you looked for ? > > Fr�d�ric THOMAS Ah! Now I understand the meaning. Its quite late here, should be in bed. Actually it sort of answers my question yet I am still in doubt that the Flex functionality can be represented without leaks. Have to think about it more. Thanks! Martin.