Quantcast
Channel: Chilkat Forum - latest questions
Viewing all articles
Browse latest Browse all 1061

Memory Leak in Chilkat C++?

$
0
0

See code below. If run it like this, 10 leaks. If I comment out the entire IF section, 0 leaks. Ideas?

CkCrypt2 crypt;
if (!crypt.UnlockComponent("hello"))
{
  m_dwErrorCode = -1;
  m_strErrorText = A2T(crypt.lastErrorText());
  return _T("");
}


Viewing all articles
Browse latest Browse all 1061

Latest Images

Trending Articles



Latest Images