id,summary,reporter,owner,description,type,status,priority,component,resolution,keywords,cc,component_version,os,os_version 3925,Mismatching allocation and deallocation: CHttpControlSocket::m_pRecvBuffer,dvice_null,,"In file: src/engine/httpcontrolsocket.cpp:922 You delete the pointer without [] characters delete m_pRecvBuffer; But on line 202 it is created with the [] m_pRecvBuffer = new char[m_recvBufferLen]; This is illegal in C++. If memory is allocated with [] it should be deleted with [] also. Please check and fix if I'm not mistaken. ",Bug report,closed,normal,Unknown,fixed,,,,,