Revision 38044 trunk/libraries/libGDBMS/src/main/java/com/hardcode/gdbms/engine/data/db/DBDataSourceAdapter.java

View differences:

DBDataSourceAdapter.java
258 258
            sem = 0;
259 259

  
260 260
            driver.close();
261
            if (this.con == null) {
261
            if (this.con != null) {
262 262
            	con.close();
263 263
            	con = null;
264 264
            }

Also available in: Unified diff