Skip to content

Commit

Permalink
Fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
gavingaozhangmin committed Jan 26, 2022
1 parent a18f8a1 commit 4834395
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -3473,6 +3473,7 @@ public void deactivateCursor(ManagedCursor cursor) {
if (!cursor.isDurable()) {
nonDurableActiveCursors.removeCursor(cursor.getName());
}
waitingCursors.remove(cursor);
}
}

Expand Down

0 comments on commit 4834395

Please sign in to comment.