]> git.sesse.net Git - vlc/commit
Do not delete input variable, only remove callbacks (and all of them).
authorLaurent Aimar <fenrir@videolan.org>
Sat, 28 Jun 2008 22:20:12 +0000 (22:20 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 28 Jun 2008 22:20:39 +0000 (22:20 +0000)
commit8d65a7555d7cda5a871f104dc97d4ea963161903
treeff46d28bb012a821f977e8bce664a2fb5067137d
parent4a28278bdaf1d5b3bf978b9c1725a61e104de93c
Do not delete input variable, only remove callbacks (and all of them).
Otherwise, every one would have to check the return value of var_Get ...
src/input/input.c
src/input/input_internal.h
src/input/var.c