
wanted CStringlist (linked list) example help on memory leaks in mfc suplied with visual c++ v4.2
Hi all,
Can anybody point / suggest a good example for using cstringlist to form a
linked list.
and one for the clistbox structure as I have run into a memory leak
problem ?
using MFC 4.2 is there any nown memory leak issues using this type of
structure ?
Does clistbox have memory leak problems ?
How do you correctly delete these structures to free up the memory they use.
I have remove all the entries in both type off structures, but fail to see
the memory use decrease, and as I repeatedly add and delete items the mory
usage appears to go up.
The common sample from microsoft seams to have the same problem with
cstringlist.
Does the common save / open dialog have any memory leak issues if called
repetedly
from inside dialog box code ?
Thanks
Robert Fernando