Module: wine Branch: master Commit: 693433a3f22ce470ae35b5f99dc7c07c71a032cf URL: http://source.winehq.org/git/wine.git/?a=commit;h=693433a3f22ce470ae35b5f99d...
Author: Rob Shearman robertshearman@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=693433a3f22ce470ae35b5...