]> git.sesse.net Git - vlc/commit
Fix memleak (the memory allocated by var_Control(VLC_VAR_GETCHOICES) must be
authorRémi Duraffort <ivoire@videolan.org>
Wed, 20 May 2009 08:32:22 +0000 (10:32 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Wed, 20 May 2009 08:32:22 +0000 (10:32 +0200)
commit25070505add5986cc392ebdd826240fd62929b59
tree548ff0ee1210349bd6d0daca86ffc4b8273296f4
parent2f4845954e05768d5d155ccf167ef6530296a319
Fix memleak (the memory allocated by var_Control(VLC_VAR_GETCHOICES) must be
deallocated).
src/control/audio.c