| Index: source/libvpx/test/variance_test.cc
|
| ===================================================================
|
| --- source/libvpx/test/variance_test.cc (revision 207479)
|
| +++ source/libvpx/test/variance_test.cc (working copy)
|
| @@ -12,6 +12,8 @@
|
|
|
| #include "third_party/googletest/src/include/gtest/gtest.h"
|
|
|
| +#include "test/clear_system_state.h"
|
| +
|
| #include "vpx/vpx_integer.h"
|
| #include "vpx_config.h"
|
| extern "C" {
|
| @@ -51,6 +53,7 @@
|
| virtual void TearDown() {
|
| delete[] src_;
|
| delete[] ref_;
|
| + libvpx_test::ClearSystemState();
|
| }
|
|
|
| protected:
|
|
|