]> git.ipfire.org Git - thirdparty/krb5.git/commit
Call CWinAppEx::InitInstance()
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Wed, 18 Jul 2012 21:32:31 +0000 (17:32 -0400)
committerBen Kaduk <kaduk@mit.edu>
Tue, 28 Aug 2012 22:25:24 +0000 (18:25 -0400)
commit78b3e95e27ee1f53fc9e7cb2efda617ccd761bd7
treef4132a055a4206e8f19129754bda9edf7b5f6916
parent4b7fb670f3bad1c4f2251f5d1b7c7047ea6dd744
Call CWinAppEx::InitInstance()

Without this, AfxGlobalsAddRef() is never called, so AfxGlobalsRelease()
does nothing, causing many leaks and a crash on exit in GdiplusShutdown()
on Vista.

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
ticket: 7306 (new)
queue: kfw
target_version: 1.10.4
tags: pullup
src/windows/leash/Leash.cpp