]> git.sesse.net Git - vlc/commit
Lua: intf: fix cancellation handling
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 16 Jun 2013 14:39:48 +0000 (17:39 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 16 Jun 2013 14:45:54 +0000 (17:45 +0300)
commit5730213041c854d77818f04a6b39b1e118c8d2a8
tree32169d6fff1358417b802adda39610650ce12aa9
parentcb3f5dd2cbea194801c37cda5a6debbed796f7a9
Lua: intf: fix cancellation handling

The target thread has no defined cancellation points, so simply remove
the vlc_cancel() call. (Adding vlc_savecancel() would work to the same
effects, but with extra code.)
modules/lua/intf.c