Skip to content
Snippets Groups Projects
Commit a7f0647d authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard
Browse files

winecoreaudio: Actually free the stream.

parent e03611ee
Branches
Tags
No related merge requests found
......@@ -726,6 +726,7 @@ static NTSTATUS release_stream( void *args )
NtFreeVirtualMemory(GetCurrentProcess(), (void **)&stream->tmp_buffer,
&stream->tmp_buffer_size, MEM_RELEASE);
free(stream->fmt);
free(stream);
params->result = S_OK;
return STATUS_SUCCESS;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment