changeset 602:b8801b96426b

Remove duplicate unlock
author Chris Cannam
date Wed, 24 Jul 2013 17:12:05 +0100
parents 110eecb5d9f6
children fba4839f8811
files main/main.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/main.cpp	Wed Jul 24 12:02:01 2013 +0100
+++ b/main/main.cpp	Wed Jul 24 17:12:05 2013 +0100
@@ -456,8 +456,6 @@
 
     cleanupMutex.unlock();
 
-    cleanupMutex.unlock();
-
     return rv;
 }