]> git.sesse.net Git - vlc/commit
libvlc: add error checking after calling var_Change
authorFelix Abecassis <felix.abecassis@gmail.com>
Mon, 7 Jul 2014 10:41:32 +0000 (12:41 +0200)
committerFelix Abecassis <felix.abecassis@gmail.com>
Mon, 7 Jul 2014 10:53:49 +0000 (12:53 +0200)
commit4a170b9ad3831b0566e2f0436050c5123422effa
treea6f914cb19b7c8b47b582e108e86e8f84e129bfd
parent5fff2137800daf98807ff06b458589c115bb03fb
libvlc: add error checking after calling var_Change

Previously, if var_Change failed (e.g. with VLC_ENOVAR), an
uninitialized value was returned.
lib/media_player.c