Aug. 7, 2008
4:25 p.m.
Hi Dan, + if (ppSecurityDescriptor) + *ppSecurityDescriptor = sd; + you leak sd in the (implicit) else block here. --Juan