Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.6.4
-
None
-
Reviewed
Description
In BlockManager.addToInvalidates the StringBuilder is appended to during the delete even if logging isn't active.
Could avoid allocating the StringBuilder as well, but not sure if it is really worth it to add null handling in the code.