Eric Pouech eric.pouech@wanadoo.fr writes:
- plug a couple of memory leaks (DLLs & tests)
- esp., rewrote LsaQueryInformationPublic to alloc a single memory chunk for a request (instead of several we were leaking)
That's good, but it would be better to do it all in GetDomainName instead of duplicating the code and opening/closing the same registry key twice for each call.