From a6fd43692d0bbcaf4d0e07c9fda023b4cd718a86 Mon Sep 17 00:00:00 2001 From: Lubos Dolezel Date: Tue, 28 Jul 2015 20:39:29 +0200 Subject: Crash fixes --- src/phone.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/phone.cpp') diff --git a/src/phone.cpp b/src/phone.cpp index 77ff53b..d95fee2 100644 --- a/src/phone.cpp +++ b/src/phone.cpp @@ -721,7 +721,6 @@ void t_phone::handle_response_out_of_dialog(StunMessage *r, t_tuid tuid) { } t_phone_user *t_phone::find_phone_user(const string &profile_name) const { - t_rwmutex_reader x(phone_users_mtx); for (list::const_iterator i = phone_users.begin(); i != phone_users.end(); ++i) -- cgit v1.2.3