forked from Mirrors/freeswitch
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:
parent
5b1d1de1a7
commit
f00b77597f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user