Commit a76dd32a authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Fixed to close the correct preparedStatement.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@645 b35dd754-fafc-0310-a699-88a17e54d16e
parent acb37dab
......@@ -321,7 +321,7 @@ public class DbRosterItemProvider implements RosterItemProvider {
itemList.add(item);
}
finally {
DbConnectionManager.close(pstmt, con);
DbConnectionManager.close(gstmt, con);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment