Bugzilla – Attachment #1972: Patch that fixes m_used variable type. for bug #2069
*/
void Deallocate (struct ByteTagListData *data);
uint16_t m_used; //!< the number of used bytes in the buffer
uint32_t m_used; //!< the number of used bytes in the buffer
struct ByteTagListData *m_data; //!< the ByteTagListData structure
};