Made noPropertyMarker non-static. This held a reference to the
evaluator and the application, preventing garbage collection.
This commit is contained in:
parent
c424e54261
commit
c6d7496f4b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue