[Quickfix-developers] memory leaks in SocketInitiator::doConnect
Brought to you by:
orenmnero
From: Angel P. <ap...@es...> - 2005-03-02 16:20:57
|
Hi, I'm having memory leaks in QF 1.9.4 engine using VC++60 and Windows XP. SocketInitiator ::doConnect allocates memory for a new SocketConnection object, this memory is release in SocketInitiator ::doDisconnect but this function is never called. Someone can help? Thanks in advance. Angel Pinto Lopez |