mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
8081288: erronous free in RegClass::~RegClass()
Remove the erronous free. Reviewed-by: kvn
This commit is contained in:
parent
fc2a5e9d53
commit
4c20e17d0a
1 changed files with 0 additions and 1 deletions
|
@ -234,7 +234,6 @@ RegClass::RegClass(const char* classid) : _stack_or_reg(false), _classid(classid
|
||||||
}
|
}
|
||||||
|
|
||||||
RegClass::~RegClass() {
|
RegClass::~RegClass() {
|
||||||
delete _classid;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// record a register in this class
|
// record a register in this class
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue