Hi All,
I work on Livelink project and can't find the source of memory leaks in it. The project is COM dll that send documents to Livelink server, so there's method StoreDoc():
DocSender::StoreDoc()
{
LL_Initialize( LL_HEADER_VERSION );
...
LL_SessionAllocEx( &session, server, port...