Hi Everybody,
I have a simple question..
Do C runtime routines cause memory leaks?
(I am developing COM Server using VC++ 6.0)
Thanks..
Alper
Printable View
Hi Everybody,
I have a simple question..
Do C runtime routines cause memory leaks?
(I am developing COM Server using VC++ 6.0)
Thanks..
Alper
Sometimes they do. For example CRT leaks sizeof(struct tm) if you use time functions.