Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 16a1f52f authored by Uday Kiran Jandhyala's avatar Uday Kiran Jandhyala Committed by Gerrit - the friendly Code Review server
Browse files

Black Screen: Fix dlfree error when delet mZipInflater.

_CompressedAsset::close() and _CompressedAsset::getBuffer() may
delete mZipInflater object without mutex protection. This may cause
race condition during two thread try to delete mZipInflater object
at the same time. Fix this issue by adding auto local mutex lock in
_CompressedAsset::close() and _CompressedAsset::getBuffer().

CRs-Fixed: 822097

Change-Id: I7c8d2e308e196db54c6a91bc2d16545b331f87bc
parent 82bb9d95
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment