From e8a625a2c6d4b32e1551335707107972f49dd0c4 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 23 Oct 2024 14:56:41 +0200 Subject: [PATCH] add missing pop_wmops(); in ivas_vbap.c --- lib_rend/ivas_vbap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib_rend/ivas_vbap.c b/lib_rend/ivas_vbap.c index 3d62f5952..91587f46d 100644 --- a/lib_rend/ivas_vbap.c +++ b/lib_rend/ivas_vbap.c @@ -467,6 +467,8 @@ ivas_error vbap_init_data_fx( } } + pop_wmops(); + IF( is_success ) { *hVBAPdata = vbap; -- GitLab