Free dynarec code blocks on exit
This commit is contained in:
parent
8a56710841
commit
47be33d388
|
@ -427,6 +427,10 @@ void bm_Term()
|
||||||
|
|
||||||
oprofHandle=0;
|
oprofHandle=0;
|
||||||
#endif
|
#endif
|
||||||
|
bm_Reset();
|
||||||
|
for (int i = 0; i < del_blocks.size(); i++)
|
||||||
|
delete del_blocks[i];
|
||||||
|
del_blocks.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void bm_WriteBlockMap(const string& file)
|
void bm_WriteBlockMap(const string& file)
|
||||||
|
|
Loading…
Reference in New Issue