Commit 9d959931 authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "intrapred_test: add virtual dtor to IntraPredBase"

Showing with 2 additions and 0 deletions
...@@ -27,6 +27,8 @@ using libvpx_test::ACMRandom; ...@@ -27,6 +27,8 @@ using libvpx_test::ACMRandom;
class IntraPredBase { class IntraPredBase {
public: public:
virtual ~IntraPredBase() {}
virtual void TearDown() { virtual void TearDown() {
libvpx_test::ClearSystemState(); libvpx_test::ClearSystemState();
} }
......
Supports Markdown
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