Made noPropertyMarker non-static. This held a reference to the

evaluator and the application, preventing garbage collection.
This commit is contained in:
hns 2002-05-28 18:24:56 +00:00
parent c424e54261
commit c6d7496f4b

View file

@ -48,7 +48,7 @@ public class ESWrapper extends ESObject {
private boolean asBean = false; // true if created as a bean
// A marker object never returned as a valid property !
private static ESObject noPropertyMarker = null;
private ESObject noPropertyMarker = null;
private Hashtable eventHandlers = null;
private Hashtable eventAdaptors = null;