variance_test: add missing ClearSystemState...

...to recently added SubpelVarianceTest

Change-Id: I8775e39fd5dbfba81ad42b79b47bf6dd6ca8cc0e
This commit is contained in:
James Zern
2013-06-26 18:32:21 -07:00
parent a9e7243d1a
commit e247ab09a6

View File

@@ -218,6 +218,7 @@ class SubpelVarianceTest :
vpx_free(src_);
delete[] ref_;
vpx_free(sec_);
libvpx_test::ClearSystemState();
}
protected: