This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new d1c14dd  Added doc comment
d1c14dd is described below

commit d1c14ddde152b9434acc93743afcfcb4d7a52c69
Author: Harbs <[email protected]>
AuthorDate: Sun Jan 2 11:45:37 2022 +0200

    Added doc comment
---
 .../projects/Core/src/main/royale/org/apache/royale/core/IStrand.as     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IStrand.as 
b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IStrand.as
index d3791e6..1aab4a9 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IStrand.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IStrand.as
@@ -64,6 +64,8 @@ package org.apache.royale.core
 
         /**
          *  Remove a bead from the strand.
+         *  The bead needs to clean itself up to avoid memory leaks.
+         *  removeBead only removes references to the bead in the Strand.
          *
          *  @param bead The bead (IBead instance) to be removed.
          * 

Reply via email to