sechost: Free the right variable (Coverity).
Signed-off-by: Sven Baars <sbaars@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8baf70a2d0
commit
3dbb87a3d0
|
@ -1031,7 +1031,7 @@ BOOL WINAPI DECLSPEC_HOTPATCH StartServiceA( SC_HANDLE service, DWORD argc, cons
|
|||
|
||||
for (i = 0; i < argc; i++)
|
||||
heap_free( argvW[i] );
|
||||
heap_free( argv );
|
||||
heap_free( argvW );
|
||||
return r;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue