17 Oct
2006
17 Oct
'06
3:28 p.m.
Hi there, I have been spending some hour now on trackign down memory issues that are reported from MFC. In my client program I'm calling io_service::post( ... ) quite often and is seems to me that it allocates memory that is never been deallocated afterwards. Every call of post( ... ) will result in one memory leak. The allocation takes place in the file handler_alloc_helpers.hpp in line 39. Setting a breakpoint here shows that every post(...) call allocates some memory. The deallocation which is right below in the file is never called. Is this an known issue? Regards, Christian