This deadlock was caused by lock of threads using LOCK_DRAW_IMAGE mutex and lock used in render result acquire functions. So if image draw would lock LOCK_DRAW_IMAGE before compositor operation released render result it'll lead into a deadlock.
This deadlock was caused by lock of threads using LOCK_DRAW_IMAGE mutex and lock used in render result acquire functions. So if image draw would lock LOCK_DRAW_IMAGE before compositor operation released render result it'll lead into a deadlock.