mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
allocate actual RouterInfo's buffer size
This commit is contained in:
parent
7b9033d678
commit
78bfde237f
@ -30,7 +30,6 @@ namespace data
|
||||
m_SupportedTransports (0), m_Caps (0)
|
||||
{
|
||||
m_Addresses = boost::make_shared<Addresses>(); // create empty list
|
||||
m_Buffer = new uint8_t[MAX_RI_BUFFER_SIZE];
|
||||
ReadFromFile ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user