fixed race condition

This commit is contained in:
orignal 2015-02-06 20:53:48 -05:00
parent 8305fd5f82
commit 5730b15f01
7 changed files with 34 additions and 18 deletions

View file

@ -61,7 +61,7 @@ namespace transport
~Peer ()
{
for (auto it :delayedMessages)
i2p::DeleteI2NPMessage (it);
i2p::DeleteI2NPMessage (it);
}
};