mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed memory leak
This commit is contained in:
@@ -27,7 +27,9 @@ namespace data
|
||||
public:
|
||||
|
||||
LeaseSet (const uint8_t * buf, int len);
|
||||
|
||||
LeaseSet (const LeaseSet& ) = default;
|
||||
LeaseSet& operator=(const LeaseSet& ) = default;
|
||||
|
||||
// implements RoutingDestination
|
||||
const Identity& GetIdentity () const { return m_Identity; };
|
||||
const IdentHash& GetIdentHash () const { return m_IdentHash; };
|
||||
|
||||
Reference in New Issue
Block a user