Re: ntdll: Support pinning module refcount with LdrAddRefDll()

2013-10-13 Thread Dmitry Timoshkov
Nikolay Sivov nsi...@codeweavers.com wrote:

 +FreeLibrary(mod);

Please add the tests for FreeLibrary return value.

-- 
Dmitry.




Re: ntdll: Support pinning module refcount with LdrAddRefDll()

2013-10-13 Thread Nikolay Sivov

On 10/14/2013 05:21, Dmitry Timoshkov wrote:

Nikolay Sivov nsi...@codeweavers.com wrote:


+FreeLibrary(mod);

Please add the tests for FreeLibrary return value.


Makes sense, thanks.