Complete all message elements

This commit is contained in:
vemax78
2013-06-02 22:21:49 +02:00
parent 4e01450d5c
commit 444f1e7e92
27 changed files with 984 additions and 32 deletions

View File

@ -37,6 +37,10 @@ static void capwap_addstation_element_free(void* data) {
ASSERT(data != NULL);
if (element->vlan) {
capwap_free(element->vlan);
}
if (element->address) {
capwap_free(element->address);
}