提交 987f76d3 authored 作者: Travis Cross's avatar Travis Cross

Avoid dangling reference at end of fs_cli

Not that it really matters since we're returning to the OS momentarily
at that point anyway.
上级 de3727fe
......@@ -1640,6 +1640,7 @@ int main(int argc, char *argv[])
el_end(el);
#endif
esl_disconnect(&handle);
global_handle = NULL;
thread_running = 0;
return 0;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论