Amir Idan
April 2nd, 1999, 03:06 AM
Platform: Windows NT Wks 4.0, SPack 3, IE 4.01
Dev Environment: MsDev 6.0 VC++, MFC 4.2 ver 6.0
Hi,
I managed to reproduce a 4KB memory leak with the CRichEditCtrl.
The leak occurs with all of Microsoft RTF compliant applications, including: WordPad, Microsoft Word 7.0, etc.
Attached are two files - 'Amir_noleak.rtf' and 'Amir_leak.rtf'.
Each time 'Amir_noleak.rtf' is reloaded, a memory leak of 4KB occurs.
The files include a short line of text in the beginning, followed by a simple bitmap image (embedded into the RTF).
The ONLY difference between the two files, is the data bits of the image.
Please direct me as for what I should do in order to avoid this leak.
All help is highly appreciated!!
Thankyou!
P.S> Let me know if you require further information on this problem, or even a short sample application I wrote which demonstrates the leak.
Amir Idan
Dev Environment: MsDev 6.0 VC++, MFC 4.2 ver 6.0
Hi,
I managed to reproduce a 4KB memory leak with the CRichEditCtrl.
The leak occurs with all of Microsoft RTF compliant applications, including: WordPad, Microsoft Word 7.0, etc.
Attached are two files - 'Amir_noleak.rtf' and 'Amir_leak.rtf'.
Each time 'Amir_noleak.rtf' is reloaded, a memory leak of 4KB occurs.
The files include a short line of text in the beginning, followed by a simple bitmap image (embedded into the RTF).
The ONLY difference between the two files, is the data bits of the image.
Please direct me as for what I should do in order to avoid this leak.
All help is highly appreciated!!
Thankyou!
P.S> Let me know if you require further information on this problem, or even a short sample application I wrote which demonstrates the leak.
Amir Idan