fix double free

This commit is contained in:
Jeff Becker
2016-09-03 16:12:43 -04:00
parent 10ffd5c1ab
commit 2f61dd1c41
2 changed files with 5 additions and 3 deletions

2
Tag.h
View File

@@ -50,6 +50,8 @@ namespace data {
return true;
}
const uint8_t * data() const { return m_Buf; }
/** fill with a value */
void Fill(uint8_t c)
{