[vlc-commits] winstore: Don't free the audio client.

Hugo Beauzée-Luyssen git at videolan.org
Fri Feb 27 13:05:36 CET 2015


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Feb 10 11:58:23 2015 +0100| [56af8b0004923e1649f3f8f160548ff97d762b9c] | committer: Hugo Beauzée-Luyssen

winstore: Don't free the audio client.

It is owned by an external component.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=56af8b0004923e1649f3f8f160548ff97d762b9c
---

 modules/audio_output/winstore.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/audio_output/winstore.c b/modules/audio_output/winstore.c
index 6ae99ef..4df0bc9 100644
--- a/modules/audio_output/winstore.c
+++ b/modules/audio_output/winstore.c
@@ -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);
 }
 



More information about the vlc-commits mailing list