Skip to content
Snippets Groups Projects
Commit 9465a5e9 authored by jpbl's avatar jpbl
Browse files

fixed the misbehaviour of clear()

parent e859631c
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,6 @@ PhoneLineManagerImpl::clear()
mCurrentLineMutex.lock();
PhoneLine *selectedLine = mCurrentLine;
PhoneLineLocker guard(selectedLine);
mCurrentLine = NULL;
mCurrentLineMutex.unlock();
if(selectedLine) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment