mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
Merge mysql.com:/home/stewart/Documents/MySQL/4.1/bug18833
into mysql.com:/home/stewart/Documents/MySQL/4.1/merge
This commit is contained in:
commit
ac7ec58460
1 changed files with 4 additions and 0 deletions
|
|
@ -111,8 +111,12 @@ SimBlockList::unload(){
|
|||
if(theList != 0){
|
||||
for(int i = 0; i<noOfBlocks; i++){
|
||||
if(theList[i] != 0){
|
||||
#ifdef VM_TRACE
|
||||
theList[i]->~SimulatedBlock();
|
||||
free(theList[i]);
|
||||
#else
|
||||
delete(theList[i]);
|
||||
#endif
|
||||
theList[i] = 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue