27 Feb
2012
27 Feb
'12
9:29 a.m.
Dmitry Timoshkov <dmitry(a)baikal.ru> writes:
@@ -1548,6 +1549,11 @@ static NTSTATUS load_native_dll( LPCWSTR load_path, LPCWSTR name, HANDLE file, *pwm = wm; status = STATUS_SUCCESS; done: + if (status) + { + if (wm) free_modref( wm ); + else if (module) NtUnmapViewOfSection( NtCurrentProcess(), module ); + }
I don't see any evidence that you are addressing the issues that caused us to not do that in the first place. -- Alexandre Julliard julliard(a)winehq.org