advapi32: Implement GetSecurityInfo. [take 3]

Juan Lang juan.lang at gmail.com
Thu Aug 7 16:25:00 CDT 2008


Hi Dan,

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

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



More information about the wine-devel mailing list