IDEMPIERE-2886:leak database resource

This commit is contained in:
hieplq 2015-10-13 06:33:36 +08:00
parent 5da36c71f6
commit 51b8033632
1 changed files with 2 additions and 0 deletions

View File

@ -2598,6 +2598,8 @@ public final class MRole extends X_AD_Role
}
}
}
DB.close(rs, pstmt);
}
validOptions.toArray(options);