Revision 28175 trunk/extensions/extJDBC/src/com/iver/cit/gvsig/fmap/drivers/jdbc/postgis/PostGisDriver.java

View differences:

PostGisDriver.java
264 264

  
265 265
		} catch (SQLException e) {
266 266
			try {
267
				rs.close();
267
				if (rs != null){
268
					rs.close();
269
				}
268 270
			} catch (SQLException e1) {
269 271
				throw new DBException(e);
270 272
			}

Also available in: Unified diff