Skip to content

Commit cdd0e08

Browse files
authored
Free performance data when ExportObject is released (deephaven#5480)
Cuts leaked memory from released objects by around 50%. Partial deephaven#5479
1 parent dbe2e7a commit cdd0e08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/io/deephaven/server/session/SessionState.java

+1
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,7 @@ protected synchronized void destroy() {
11411141
if (!(caughtException instanceof StatusRuntimeException)) {
11421142
caughtException = null;
11431143
}
1144+
queryPerformanceRecorder = null;
11441145
}
11451146

11461147
/**

0 commit comments

Comments
 (0)