Click to See Complete Forum and Search --> : DCOM and C Runtime Routines


Alper Soysal
February 22nd, 2000, 01:11 PM
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

February 22nd, 2000, 02:08 PM
Sometimes they do. For example CRT leaks sizeof(struct tm) if you use time functions.