Boost logo

Boost :

From: Richard V. Day (richardvday_at_[hidden])
Date: 2006-04-12 14:16:53


in my frame im instantiating it here

m_txtctrl = new wxTextCtrl( this, id_txtctrl, "", wxDefaultPosition,
wxDefaultSize, wxTE_MULTILINE | wxTE_READONLY );
 m_logger = new wxLogTextCtrl( m_txtctrl );
 m_logger->SetActiveTarget(m_logger);

I have narrowed it down to this, if I comment this line
m_logger->SetActiveTarget(m_logger); the leak goes away
Detected memory leaks!
Dumping objects ->
{2446} normal block at 0x00B2ABC8, 48 bytes long.
 Data: <x1Y > 78 31 59 00 00 00 00 00 00 00 00 00 00 00 00 00
Object dump complete.

-- 
Happy coding :)
Richard V. Day
richardvday_at_[hidden]
richardvday_at_[hidden]

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk