Skip to content
Snippets Groups Projects
Commit 56af8b00 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

winstore: Don't free the audio client.

It is owned by an external component.
parent 36d84693
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,6 @@ static void Close(vlc_object_t *obj)
audio_output_t *aout = (audio_output_t *)obj;
aout_sys_t *sys = aout->sys;
free(sys->client);
free(sys);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment