Merge branch '0.5' into 1.0

This commit is contained in:
Alexey Kopytov
2016-06-09 19:56:48 +03:00

View File

@ -250,13 +250,12 @@ sb_request_t sb_lua_get_request(int thread_id)
SB_THREAD_MUTEX_UNLOCK();
return req;
}
nevents++;
SB_THREAD_MUTEX_UNLOCK();
}
req.type = SB_REQ_TYPE_SCRIPT;
nevents++;
SB_THREAD_MUTEX_UNLOCK();
return req;
}