IDEMPIERE-2555 Another leak found in CommissionCalc

This commit is contained in:
Carlos Ruiz 2015-04-08 18:08:32 -05:00
parent 35abd70d8a
commit 1c6b9399ef
1 changed files with 0 additions and 1 deletions

View File

@ -376,7 +376,6 @@ public class CommissionCalc extends SvrProcess
if (!cd.save())
throw new IllegalArgumentException ("CommissionCalc - Detail Not saved");
}
pstmt = null;
}
catch (Exception e)
{