nothing changed

This commit is contained in:
Jan Hutter
2005-11-21 10:58:10 +00:00
parent 465a52a20b
commit ca7afb904c
+2 -2
View File
@@ -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;