cmlib: Fix debug string becoming too big for testbot (doesn't fix successful-but-canceled ntdll:NtDeleteKey)

Alex, do we have an actual free-security-descriptor function ?

svn path=/trunk/; revision=70668
This commit is contained in:
Sylvain Petreolle 2016-01-31 17:42:05 +00:00
parent fb390d657c
commit e0ac8691be

View file

@ -215,7 +215,7 @@ CmpFreeKeyByCell(IN PHHIVE Hive,
}
/* FIXME: This leaks the security desriptor! */
DPRINT1("Potentially leaking key security descriptor. Please call CmpFreeSecurityDescriptor");
DPRINT1("Potentially leaking key security descriptor. Please call CmpFreeSecurityDescriptor\n");
/* Free the key body itself, and then return our status */
if (!CmpFreeKeyBody(Hive, Cell)) return STATUS_INSUFFICIENT_RESOURCES;