From: Laurent Aimar Date: Tue, 8 Jul 2008 21:16:44 +0000 (+0000) Subject: Fixed segfault in case of title/chapters... X-Git-Tag: 0.9.0-test2~111 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9c750dec7c2745f859709f0444f91002a30d957e;p=vlc Fixed segfault in case of title/chapters... --- diff --git a/src/input/var.c b/src/input/var.c index 663e4b3e58..afdc1c6771 100644 --- a/src/input/var.c +++ b/src/input/var.c @@ -104,6 +104,8 @@ static const vlc_input_callback_t p_input_title_callbacks[] = { CALLBACK( "next-chapter", SeekpointCallback ), CALLBACK( "prev-chapter", SeekpointCallback ), + + CALLBACK( NULL, NULL ) }; #undef CALLBACK