i have created a project in VC that includes some dll ( some oss parser dll
ossapi.dll). When i m running the code even with empty main it is giving
memory leak ( i m using rational purify )
the details are :-
[I] Summary of all memory leaks… {116 bytes, 1 block}
[W] MLK: Memory leak of 116 bytes from 1 block allocated in strcat
Distribution of leaked blocks
Allocation location
calloc [msvcrt.dll]
strcat [msvcrt.dll]
??? [ntdll.dll ip=0x77f61c97]
??? [ntdll.dll ip=0x77f611f6]
KiUserApcDispatcher [ntdll.dll]
as my main don’t have any code , i don’t know why this problem is coming.
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com