Commit e247ab09 authored by James Zern's avatar James Zern
Browse files

variance_test: add missing ClearSystemState...

...to recently added SubpelVarianceTest

Change-Id: I8775e39fd5dbfba81ad42b79b47bf6dd6ca8cc0e
parent a9e7243d
Branches
Tags
No related merge requests found
Showing with 1 addition and 0 deletions
...@@ -218,6 +218,7 @@ class SubpelVarianceTest : ...@@ -218,6 +218,7 @@ class SubpelVarianceTest :
vpx_free(src_); vpx_free(src_);
delete[] ref_; delete[] ref_;
vpx_free(sec_); vpx_free(sec_);
libvpx_test::ClearSystemState();
} }
protected: protected:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment