]> 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)
committerTom Yu <tlyu@mit.edu>
Wed, 29 Aug 2012 20:28:16 +0000 (16:28 -0400)
commit64b7bc335165da083995c1c69fd0d6b1eb424f82
tree7d0a8b1dfaef199da96618c2a7d3f528a1785068
parent2584896accbe2cca88651d78b207d96dec61b82e
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>
(cherry picked from commit 78b3e95e27ee1f53fc9e7cb2efda617ccd761bd7)

ticket: 7306
status: resolved
src/windows/leash/Leash.cpp