You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2006/10/11 17:02:08 UTC

svn commit: r462823 - /incubator/felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java

Author: rickhall
Date: Wed Oct 11 08:02:07 2006
New Revision: 462823

URL: http://svn.apache.org/viewvc?view=rev&rev=462823
Log:
Nulled a reference for GC reasons...may not make a difference.

Modified:
    incubator/felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java

Modified: incubator/felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java?view=diff&rev=462823&r1=462822&r2=462823
==============================================================================
--- incubator/felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java (original)
+++ incubator/felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java Wed Oct 11 08:02:07 2006
@@ -3153,6 +3153,7 @@
                     // This physically removes the bundle from memory
                     // as well as the bundle cache.
                     garbageCollectBundle(m_bundle);
+                    m_bundle.setInfo(null);
                     m_bundle = null;
                 }
                 else