mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-26 01:03:07 +00:00
Simplify
Commited in SoC by Vitor Sessak on 2008-04-12 14:16:34 Originally committed as revision 13313 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2b7defc7bb
commit
85cb8af7a3
@ -156,13 +156,9 @@ static void parse_link_name(const char **buf, char **name)
|
|||||||
if(*(*buf)++ != ']') {
|
if(*(*buf)++ != ']') {
|
||||||
av_log(&log_ctx, AV_LOG_ERROR,
|
av_log(&log_ctx, AV_LOG_ERROR,
|
||||||
"Mismatched '[' found in the following: \"%s\".\n", start);
|
"Mismatched '[' found in the following: \"%s\".\n", start);
|
||||||
goto fail;
|
fail:
|
||||||
|
av_freep(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
|
||||||
|
|
||||||
fail:
|
|
||||||
av_freep(name);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user