fixed memory leak

This commit is contained in:
orignal 2015-02-07 17:58:29 -05:00
parent ab0bd908ec
commit a80e4ef0ea
4 changed files with 10 additions and 1 deletions

View file

@ -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);