Memory leak on runtime error in lua script #5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
to reproduce: induce an error in oct_loop()
also happens if error is in oct_init, or any function
Easy fix, just change lua_call to lua_pcall
f89129d82e