]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix small leak in wshelper DLL 759/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 9 Apr 2018 15:00:05 +0000 (11:00 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 9 Apr 2018 23:45:36 +0000 (19:45 -0400)
commit0c013d6bc018d5be9f694ce80a27de740628133d
treed791ff3b5699130361998ba488def16619fe71d9
parent7a24a088c16d326127dd2b29084d4ca085c70d10
Fix small leak in wshelper DLL

Remove a double initialization of dwHesPwUidIndex in wshelper which
caused the first initialization to leak a thread-local storage handle.
Reported by Sergey Ilinykh.

ticket: 8663
src/util/wshelper/dllmain.c