Menu

memory leak

2006-07-28
2012-11-13
  • Nobody/Anonymous

    Missing LocalFree call in systemMessage function (SysMsg.cpp).

     
    • Don HO

      Don HO - 2006-07-28

      The line
          ::LocalFree(lpMsgBuf);
      is placed on the end of systemMessage function.

      This modification will be in next release (v3.9).

      Thank you for alerting me this problem.

      Don