tbm_bufmgr: lock the gLock before locking tbm_bufmgr_mutex 70/260370/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 24 Jun 2021 04:21:43 +0000 (13:21 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 24 Jun 2021 04:21:43 +0000 (13:21 +0900)
commit476d7e52448ec3248efecdac34adb8510ad918b9
tree30cccdf183f12ec3b48da7aea24b45af7519aeb8
parentf65f0062726934b2868578d6a44172a9c46d6ab2
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: I47a537f41ad19cac3bb1a31fc75a88bae5cda21d
src/tbm_bufmgr.c