Skip to content

Commit

Permalink
HHH-13897 ResultSetProcessingContextImpl: no need to clear collection…
Browse files Browse the repository at this point in the history
…s before discarding the reference to them
  • Loading branch information
Sanne committed Mar 19, 2020
1 parent 8c6f802 commit 486adda
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -322,12 +322,10 @@ void wrapUp() {
createSubselects();

if ( hydratedEntityRegistrationList != null ) {
hydratedEntityRegistrationList.clear();
hydratedEntityRegistrationList = null;
}

if ( subselectLoadableEntityKeyMap != null ) {
subselectLoadableEntityKeyMap.clear();
subselectLoadableEntityKeyMap = null;
}
}
Expand Down

0 comments on commit 486adda

Please sign in to comment.