summaryrefslogtreecommitdiff
path: root/libavformat/av1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/av1.c')
-rw-r--r--libavformat/av1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/av1.c b/libavformat/av1.c
index 876fd92733..709484b361 100644
--- a/libavformat/av1.c
+++ b/libavformat/av1.c
@@ -82,7 +82,6 @@ int ff_av1_filter_obus_buf(const uint8_t *in, uint8_t **out, int *size)
memset(buf + len, 0, AV_INPUT_BUFFER_PADDING_SIZE);
- av_freep(out);
*out = buf;
*size = len;