Commit 3b2cc9b8 authored by stewart@mysql.com's avatar stewart@mysql.com

BUG#18881 valgrind: kernel memory leak in vm/Emulator.cpp

parent 45a3bb57
......@@ -106,6 +106,7 @@ EmulatorData::destroy(){
delete theSimBlockList; theSimBlockList = 0;
if(m_socket_server)
delete m_socket_server; m_socket_server = 0;
NdbMutex_Destroy(theShutdownMutex);
NdbMem_Destroy();
}
......
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