summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-21 23:15:40 -0400
committerirungentoo <irungentoo@gmail.com>2013-09-21 23:15:40 -0400
commit1cc47101fec6a13a3eb5894cdb029420d3ae0ec4 (patch)
tree714cb3964fa9e1e3f8c3c5ef13049e7e138752d1
parent05477f77d35465e7cf9573c51f9b005c7d1dddc3 (diff)
Fix bug.
-rw-r--r--toxcore/Messenger.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index f79d0891..d595c67d 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -1242,6 +1242,8 @@ void doInbound(Messenger *m)
1242 1242
1243 set_friend_status(m, friend_id, FRIEND_CONFIRMED); 1243 set_friend_status(m, friend_id, FRIEND_CONFIRMED);
1244 } 1244 }
1245
1246 crypto_kill(m->net_crypto, inconnection);
1245 } 1247 }
1246} 1248}
1247 1249