shuttlerc, boobytraps, vwindow hang, lock cleanup
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / mutex.C
index 36dbfb925bdcda8b99ff953881c65a9405120fb5..9acbfc9f70aea726bee4dd2f298a59d6a33addd7 100644 (file)
@@ -91,6 +91,7 @@ int Mutex::unlock()
 {
        if( count <= 0 ) {
                printf("Mutex::unlock not locked: %s\n", title);
+               booby();
                return 0;
        }
 // Remove from recursive status