Terminate SOAP request pending when close the session
This commit is contained in:
parent
98b81311f5
commit
ebd342c3ad
@ -486,6 +486,11 @@ static void ac_session_destroy(struct ac_session_t* session) {
|
|||||||
capwap_lock_enter(&session->sessionlock);
|
capwap_lock_enter(&session->sessionlock);
|
||||||
session->count--;
|
session->count--;
|
||||||
|
|
||||||
|
/* Terminate SOAP request pending */
|
||||||
|
if (session->soaprequest) {
|
||||||
|
ac_soapclient_shutdown_request(session->soaprequest);
|
||||||
|
}
|
||||||
|
|
||||||
/* Check if all reference is release */
|
/* Check if all reference is release */
|
||||||
while (session->count > 0) {
|
while (session->count > 0) {
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user