We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ring_webview_bind_callback
1 parent e2b25ed commit 294564dCopy full SHA for 294564d
1 file changed
src/ring_webview.c
@@ -61,6 +61,7 @@ void ring_webview_bind_callback(const char *id, const char *req, void *arg)
61
// Function not found; clean up and return.
62
pVM->nSP = nSP_before;
63
pVM->nFuncSP = nFuncSP_before;
64
+ ring_vm_mutexunlock(pVM);
65
return;
66
}
67
0 commit comments