Hi Dan,

+    if (ppSecurityDescriptor)
+        *ppSecurityDescriptor = sd;
+

you leak sd in the (implicit) else block here.
--Juan


Reply via email to