Commit 3ef97f1b authored by Patrick Dowler's avatar Patrick Dowler
Browse files

set User.appData=null to prevent object reference loop that could prevent GC?

parent c195c1ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -165,6 +165,7 @@ public class AuthenticatorImpl implements Authenticator
                    
                }
            }
            user.appData = null; // avoid loop that prevents GC???
            profiler.checkpoint("augmentSubject");
        }
        catch (UserNotFoundException e)