revert memory deletions, should be done properly

This commit is contained in:
erwin.coumans
2012-09-09 20:57:41 +00:00
parent 491c91f486
commit ccfbb9fd79
3 changed files with 0 additions and 6 deletions

View File

@@ -300,8 +300,6 @@ void Win32ThreadSupport::stopSPU()
CloseHandle(spuStatus.m_eventStartHandle);
CloseHandle(spuStatus.m_threadHandle);
if(spuStatus.m_lsMemory)
delete spuStatus.m_lsMemory;
}
m_activeSpuStatus.clear();