Back out the previous patch.
This commit is contained in:
@@ -183,7 +183,7 @@ public:
|
||||
/**
|
||||
* Destroy this queue.
|
||||
*/
|
||||
~SGBlockingQueue() {}
|
||||
~SGBlockingQueue() { mutex.unlock(); }
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user