Commit 56af8b00 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

winstore: Don't free the audio client.

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