aboutsummaryrefslogtreecommitdiff
path: root/libvpx/webmdec.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/webmdec.cc')
-rw-r--r--libvpx/webmdec.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvpx/webmdec.cc b/libvpx/webmdec.cc
index 68c6f4782..f7671bb64 100644
--- a/libvpx/webmdec.cc
+++ b/libvpx/webmdec.cc
@@ -210,6 +210,8 @@ int webm_guess_framerate(struct WebmInputContext *webm_ctx,
vpx_ctx->framerate.denominator =
static_cast<int>(webm_ctx->timestamp_ns / 1000);
delete[] buffer;
+ // webm_ctx->buffer is assigned to the buffer pointer in webm_read_frame().
+ webm_ctx->buffer = nullptr;
get_first_cluster(webm_ctx);
webm_ctx->block = nullptr;