提交 b3823ac6 编写于 作者: R Richard Levitte

Missing ;

上级 5d9470ff
...@@ -93,7 +93,7 @@ int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers) ...@@ -93,7 +93,7 @@ int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers)
* there's a chance that both threads will together take the count from * there's a chance that both threads will together take the count from
* 2 to 0 without either calling finish(). */ * 2 to 0 without either calling finish(). */
e->funct_ref--; e->funct_ref--;
engine_ref_debug(e, 1, -1) engine_ref_debug(e, 1, -1);
if((e->funct_ref == 0) && e->finish) if((e->funct_ref == 0) && e->finish)
{ {
if(unlock_for_handlers) if(unlock_for_handlers)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册