git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95672
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
/*
* Asterisk -- An open source telephony toolkit.
*
- * Copyright 2007, Sergio Fadda, Luigi Rizzo
+ * Copyright 2007-2008, Sergio Fadda, Luigi Rizzo
*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
{
int i;
+ if (v == NULL) /* not initialized yet */
+ return NULL;
if (v->parser) {
av_parser_close(v->parser);
v->parser = NULL;