Created attachment 120888 [details] [review] pa_memexport_process_release() was self-locked function, but some caller used lock/unlock again. (e.g pa_memexport_free(), memexport_revoke_blocks()) Dear all, pa_memexport_process_release() was self-locked function, but some caller used lock/unlock again outside of it. (e.g pa_memexport_free(), memexport_revoke_blocks()) Therefore, it seems to be occurred double lock/unlock problem. Would you please review the patch? Regards, KimJeongYeon
Is this actually a problem? The mutex is recursive, so multiple lock/unlock calls in the same thread should be just fine.
(In reply to Arun Raghavan from comment #1) > Is this actually a problem? The mutex is recursive, so multiple lock/unlock > calls in the same thread should be just fine. I confused, please ignore this item. Thank you for your feedback.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.