nothing changed
This commit is contained in:
@@ -735,12 +735,12 @@ static status_t destroy(private_ike_sa_manager_t *this)
|
|||||||
this->delete_entry(this, entry);
|
this->delete_entry(this, entry);
|
||||||
}
|
}
|
||||||
iterator->destroy(iterator);
|
iterator->destroy(iterator);
|
||||||
|
|
||||||
list->destroy(list);
|
list->destroy(list);
|
||||||
pthread_mutex_unlock(&(this->mutex));
|
pthread_mutex_unlock(&(this->mutex));
|
||||||
|
|
||||||
/* destroy logger at end */
|
/* destroy logger at end */
|
||||||
global_logger_manager->destroy_logger(global_logger_manager,this->logger);
|
global_logger_manager->destroy_logger(global_logger_manager,this->logger);
|
||||||
|
|
||||||
allocator_free(this);
|
allocator_free(this);
|
||||||
|
|
||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
|
|||||||
Reference in New Issue
Block a user