diff --git a/base/src/org/compiere/util/CStatement.java b/base/src/org/compiere/util/CStatement.java index 48b1934111..54b3b88756 100644 --- a/base/src/org/compiere/util/CStatement.java +++ b/base/src/org/compiere/util/CStatement.java @@ -739,6 +739,8 @@ public class CStatement implements Statement */ public void close () throws SQLException { + if (close) return; + try { if (p_stmt != null) {