j
k
j a
j l
On Thu, Aug 07, 2008 at 02:25:00PM -0700, Juan Lang wrote:
+ if (ppSecurityDescriptor) + *ppSecurityDescriptor = sd; + you leak sd in the (implicit) else block here.
+ if (ppSecurityDescriptor) + *ppSecurityDescriptor = sd; +
you leak sd in the (implicit) else block here.
So does Windows.
Back to the thread
Back to the list