mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 21:06:39 +01:00
allocate actual RouterInfo's buffer size
This commit is contained in:
parent
7b9033d678
commit
78bfde237f
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue