Description
CanonTestCase has a ByteArrayOutputStream which contains the output from the test. The stream is not nulled out when the test has finished, so all the output stays in memory. (The stream is actually closed in compareCanon(), but ByteArrayOutputStream's javadoc says that closing it has no effect.)
Attachments
Attachments
Issue Links
- relates to
-
DERBY-4732 Release system resources in CanonTestCase thoroughly
- Closed