Fix missed protection by lock 64/305264/5
authorjphnix <jphnix99@gmail.com>
Tue, 30 Jan 2024 10:51:47 +0000 (10:51 +0000)
committerjinbong <jinbong.lee@samsung.com>
Wed, 31 Jan 2024 08:47:32 +0000 (08:47 +0000)
commit450b74847b94c6aec6443b08b834e2b93c57b12b
treef112fc453ef24dc41371d32a53ec6922b2b6bd0d
parent2d3dcb49c9a7cd9414bb49974fa315cc8c20b201
Fix missed protection by lock

 - dequeued_buffers buffer can be NULL in mutex protection.
 - but checking it is NULL is used without mutex protection.
 - so it is need to fix.

Change-Id: Ifd57d769c760cd43f2816ab9477560dc0f1e5ae5
src/tpl_wayland_egl.c
src/tpl_wl_egl_thread.c