mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 11:29:31 -04:00
Remove misguiding if
This commit is contained in:
parent
03cc2e629d
commit
3b1606ceb9
1 changed files with 2 additions and 5 deletions
|
@ -89,11 +89,8 @@ bool RsTlvBinaryData::setBinData(const void *data, uint32_t size)
|
|||
}
|
||||
|
||||
void RsTlvBinaryData::TlvClear()
|
||||
{
|
||||
if (bin_data)
|
||||
{
|
||||
free(bin_data);
|
||||
}
|
||||
TlvShallowClear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue