summaryrefslogtreecommitdiff
path: root/src/intel_media_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel_media_common.c')
-rw-r--r--src/intel_media_common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/intel_media_common.c b/src/intel_media_common.c
index 5fe9fc5..d6771c8 100644
--- a/src/intel_media_common.c
+++ b/src/intel_media_common.c
@@ -123,9 +123,6 @@ void gen_free_vp9_surface(void **data)
return;
}
- dri_bo_unreference(vp9_surface->motion_vector_temporal_bo);
- vp9_surface->motion_vector_temporal_bo = NULL;
-
free(vp9_surface);
*data = NULL;