mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed memory leak
This commit is contained in:
parent
ab0bd908ec
commit
a80e4ef0ea
4 changed files with 10 additions and 1 deletions
|
@ -78,7 +78,8 @@ namespace transport
|
|||
|
||||
SSUData (SSUSession& session);
|
||||
~SSUData ();
|
||||
|
||||
void Stop ();
|
||||
|
||||
void ProcessMessage (uint8_t * buf, size_t len);
|
||||
void Send (i2p::I2NPMessage * msg);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue