Rob Shearman : secur32: Simplify memory management by not allocating memory for the CredHandle and CtxtHandle pointers .
Dec. 30, 2009
4:18 p.m.
Module: wine Branch: master Commit: 693433a3f22ce470ae35b5f99dc7c07c71a032cf URL: http://source.winehq.org/git/wine.git/?a=commit;h=693433a3f22ce470ae35b5f99d... Author: Rob Shearman <robertshearman(a)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...
6020
Age (days ago)
6020
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard