From: laurent B. <Lau...@un...> - 2015-04-21 20:42:48
|
Hi, I look fo memory leaks in my program using plplot 5.11. I am using vs 2013 with Visual leak detector. This tools finds two memory leaks in my plplot code in wxPlplotWindow.h at line 187(m_memory_dc) and line 195 (m_gcDc). When I close wxPlplotwindow<> this two pointers are not deleted. May be I don't use good function to close wxPlplotwindow<>. Can you tell me how can I close it? Thanks you for yours answers and for new version of plplot. |