mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +00:00
avfilter/formats: remove unnecessary unreference
This commit is contained in:
parent
dd9e6d077e
commit
971c890c05
@ -317,7 +317,6 @@ do { \
|
||||
void *oldf = *f; \
|
||||
\
|
||||
if (!(*f) && !(*f = av_mallocz(sizeof(**f)))) { \
|
||||
unref_fn(f); \
|
||||
return AVERROR(ENOMEM); \
|
||||
} \
|
||||
\
|
||||
|
Loading…
Reference in New Issue
Block a user