Rob Shearman : secur32: Simplify memory management by not allocating memory for the CredHandle and CtxtHandle pointers .

Alexandre Julliard julliard at winehq.org
Wed Dec 30 10:18:14 CST 2009


Module: wine
Branch: master
Commit: 693433a3f22ce470ae35b5f99dc7c07c71a032cf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=693433a3f22ce470ae35b5f99dc7c07c71a032cf

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Tue Dec 29 19:05:54 2009 +0000

secur32: Simplify memory management by not allocating memory for the CredHandle and CtxtHandle pointers.

Instead store the handles directly in the SspiData structure and pass
the addresses of these into SSPI functions.

---

 dlls/secur32/tests/ntlm.c |  161 ++++++++++++++++++++-------------------------
 1 files changed, 71 insertions(+), 90 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=693433a3f22ce470ae35b5f99dc7c07c71a032cf



More information about the wine-cvs mailing list