17 Oct
2006
17 Oct
'06
9:13 a.m.
Eric Pouech <eric.pouech(a)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. -- Alexandre Julliard julliard(a)winehq.org