Juan Lang Thu, 07 Aug 2008 14:25:47 -0700
Hi Dan, + if (ppSecurityDescriptor) + *ppSecurityDescriptor = sd; +
you leak sd in the (implicit) else block here. --Juan