BF [3051442] - Client stops if user click about 15 times, always

http://sourceforge.net/support/tracker.php?aid=3051442
Detected and fixed a connection leak in swing grid mode
This commit is contained in:
Carlos Ruiz 2011-03-26 01:25:30 -05:00
parent b946639903
commit 33478f9cca
1 changed files with 2 additions and 0 deletions

View File

@ -1967,6 +1967,8 @@ public class GridTable extends AbstractTableModel
log.fine("Committing ...");
DB.commit(true, null); // no Trx
DB.close(rs, pstmt);
rs = null; pstmt = null;
//
lobSave(whereClause);