comparison main/main.cpp @ 602:b8801b96426b

Remove duplicate unlock
author Chris Cannam
date Wed, 24 Jul 2013 17:12:05 +0100
parents 09c8195c371d
children fba4839f8811
comparison
equal deleted inserted replaced
597:110eecb5d9f6 602:b8801b96426b
454 454
455 delete gui; 455 delete gui;
456 456
457 cleanupMutex.unlock(); 457 cleanupMutex.unlock();
458 458
459 cleanupMutex.unlock();
460
461 return rv; 459 return rv;
462 } 460 }
463 461
464 bool SVApplication::event(QEvent *event){ 462 bool SVApplication::event(QEvent *event){
465 QString thePath; 463 QString thePath;