mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fix double free
This commit is contained in:
parent
10ffd5c1ab
commit
2f61dd1c41
2 changed files with 5 additions and 3 deletions
2
Tag.h
2
Tag.h
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue