Properly unlock mutex
This commit is contained in:
parent
8c923fc617
commit
a32f020b53
3 changed files with 8 additions and 3 deletions
|
|
@ -68,8 +68,8 @@ void remove_print_handler(PrintHandlerList *p_handler) {
|
|||
}
|
||||
//OS::get_singleton()->print("print handler list is %p\n",print_handler_list);
|
||||
|
||||
ERR_FAIL_COND(l == NULL);
|
||||
_global_unlock();
|
||||
ERR_FAIL_COND(l == NULL);
|
||||
}
|
||||
|
||||
void print_line(String p_string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue