mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-07 06:36:52 +02:00
fix binary files
This commit is contained in:
parent
89a1310f11
commit
7d2281b477
3 changed files with 18 additions and 7 deletions
|
@ -115,8 +115,9 @@ namespace tunnel
|
|||
|
||||
while (hop)
|
||||
{
|
||||
delete hop;
|
||||
auto tmp = hop;
|
||||
hop = hop->next;
|
||||
delete tmp;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue