test fix
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
|
|
||||||
class ConditionVariable : public ::testing::Test, public TestUtil {
|
class ConditionVariable : public ::testing::Test, public TestUtil {
|
||||||
public:
|
public:
|
||||||
|
~ConditionVariable() {
|
||||||
|
delete variable;
|
||||||
|
}
|
||||||
PIMutex m;
|
PIMutex m;
|
||||||
PIConditionVariable* variable;
|
PIConditionVariable* variable;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user