fixed: don't lock python section before locks are checked
authorspiff <spiff@xbmc.org>
Tue, 6 Mar 2012 08:14:53 +0000 (09:14 +0100)
committerspiff <spiff@xbmc.org>
Tue, 6 Mar 2012 08:14:53 +0000 (09:14 +0100)
commit0f49d3f3739a426b9c90e5fde663a2f2e0c523cb
treecd79e06ea4a329b3f085e336fd298dc074100054
parente1f72d8d5062a1bb06735c0dea859b3ba441ab55
fixed: don't lock python section before locks are checked

this will lead to a deadlock since CApplication::Process() will spin on
locking the python section while we need it to handle our dialog request

fixes #12766
xbmc/interfaces/python/XBPython.cpp