fix binary files

This commit is contained in:
chertov 2014-01-22 06:02:22 +04:00
parent 89a1310f11
commit 7d2281b477
3 changed files with 18 additions and 7 deletions

View file

@ -115,8 +115,9 @@ namespace tunnel
while (hop)
{
delete hop;
auto tmp = hop;
hop = hop->next;
delete tmp;
}
}