Possible Memory leaks in PubSubPersistenceManager

Description

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().

Environment

None

Activity

Show:

Daryl Herzmann August 20, 2009 at 9:07 PM

r11187

Fixed

Details

Assignee

Reporter

Components

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