Fixed
Details
Details
Assignee
Gaston Dombiak
Gaston DombiakReporter
Daryl Herzmann
Daryl HerzmannComponents
Fix versions
Affects versions
Priority
Created August 20, 2009 at 9:04 PM
Updated February 1, 2010 at 3:23 AM
Resolved August 20, 2009 at 9:07 PM
http://www.igniterealtime.org/community/message/195174
There are two possible memory leaks in PubSubPersistenceManager.
1. In the function updateNode, the prepared statement needs to be closed pstmt.close(); on line 301.
2. In the function loadNodes, the prepared statement is not closed. on line 521 pstmt.close().