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.
This commit is contained in:
Travis Cross 2013-05-27 20:47:04 +00:00
parent 5b1d1de1a7
commit f00b77597f
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}