]> git.mxchange.org Git - simgear.git/blobdiff - simgear/threads/SGQueue.hxx
Modified Files:
[simgear.git] / simgear / threads / SGQueue.hxx
index 532106bf3bdd74e429da907f670d9f8c4f64adda..9f534ec909a34e53b01e99c0e8f42b85fcaa0989 100644 (file)
@@ -183,7 +183,7 @@ public:
     /**
      * Destroy this queue.
      */
-    ~SGBlockingQueue() { mutex.unlock(); }
+    ~SGBlockingQueue() {}
 
     /**
      *