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:
parent
b946639903
commit
33478f9cca
|
@ -1967,6 +1967,8 @@ public class GridTable extends AbstractTableModel
|
||||||
|
|
||||||
log.fine("Committing ...");
|
log.fine("Committing ...");
|
||||||
DB.commit(true, null); // no Trx
|
DB.commit(true, null); // no Trx
|
||||||
|
DB.close(rs, pstmt);
|
||||||
|
rs = null; pstmt = null;
|
||||||
//
|
//
|
||||||
lobSave(whereClause);
|
lobSave(whereClause);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue