Kaydet (Commit) a0ba9617 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix leak

üst ec1b60d6
......@@ -361,6 +361,7 @@ void SfxModule::DestroyModules_Impl()
SfxModule* pMod = rModules.GetObject(nPos);
delete pMod;
}
delete pModules, pModules = 0;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment