mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-11 08:23:26 +00:00
8309761: Leak class loader constraints
Reviewed-by: coleenp, jsjolen
This commit is contained in:
parent
fdaa2c4083
commit
8e4e6b056c
@ -89,6 +89,9 @@ class ConstraintSet { // copied into hashtable as
|
||||
}
|
||||
|
||||
~ConstraintSet() {
|
||||
while (!_constraints->is_empty()) {
|
||||
delete _constraints->pop();
|
||||
}
|
||||
delete _constraints;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user