Commit 5f78e898 authored by Jean-Paul Saman's avatar Jean-Paul Saman

mozilla: clear exception also in this path.

parent c12f73b1
......@@ -458,6 +458,7 @@ RuntimeNPObject::InvokeResult LibvlcInputNPObject::getProperty(int index, NPVari
{
/* for input state, return CLOSED rather than an exception */
INT32_TO_NPVARIANT(0, result);
libvlc_exception_clear(&ex);
return INVOKERESULT_NO_ERROR;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment