mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
add a destroy API call for a server instance
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@105804 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -827,7 +827,7 @@ static void *httpd_helper_thread(void *data)
|
||||
|
||||
done:
|
||||
fclose(ser->f);
|
||||
ast_free(ser);
|
||||
ser = ast_tcptls_server_instance_destroy(ser);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user