mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
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
de3727fe06
commit
987f76d379
@ -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…
x
Reference in New Issue
Block a user