- code cleanup of encoding package

This commit is contained in:
Martin Willi
2005-12-06 13:44:22 +00:00
parent 59de50868b
commit c3dc864eaa
46 changed files with 341 additions and 244 deletions
@@ -198,7 +198,6 @@ static void destroy(private_vendor_id_payload_t *this)
{
allocator_free_chunk(&(this->vendor_id_data));
}
allocator_free(this);
}
@@ -227,7 +226,7 @@ vendor_id_payload_t *vendor_id_payload_create()
/* private variables */
this->critical = FALSE;
this->next_payload = NO_PAYLOAD;
this->payload_length =VENDOR_ID_PAYLOAD_HEADER_LENGTH;
this->payload_length = VENDOR_ID_PAYLOAD_HEADER_LENGTH;
this->vendor_id_data = CHUNK_INITIALIZER;
return (&(this->public));