tbm_bufmgr: lock the gLock before locking tbm_bufmgr_mutex 66/260366/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 24 Jun 2021 03:01:12 +0000 (12:01 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 24 Jun 2021 03:01:12 +0000 (12:01 +0900)
commit238437409d604e27c1dd8162578e4c4a9fa5acae
tree38966a2455768e8f9b7e49d3c6fdae036a23ab3e
parentdfd39529977c7b91df149c4ed953c64e3e93ad2c
tbm_bufmgr: lock the gLock before locking tbm_bufmgr_mutex

The order of locking mutex makes deadlock. So this patch
will start to fix.

Change-Id: Ic7b866eb5b6826239e1b671c059d0393c47ac4f1
src/tbm_bufmgr.c