PLUGINS: added missing call in destructor which caused crashing
svn-id: r52588
This commit is contained in:
parent
a7ff124dfd
commit
a3190a5bb5
1 changed files with 2 additions and 0 deletions
|
@ -328,6 +328,8 @@ bool MIPSDLObject::loadSegment(Elf32_Phdr *phdr) {
|
|||
|
||||
// Unload all objects from memory
|
||||
void MIPSDLObject::unload() {
|
||||
DLObject::unload();
|
||||
|
||||
if (_shortsSegment) {
|
||||
ShortsMan.deleteSegment(_shortsSegment);
|
||||
_shortsSegment = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue