Chromium Code Reviews| Index: source/libvpx/test/config_test.cc |
| =================================================================== |
| --- source/libvpx/test/config_test.cc (revision 263011) |
| +++ source/libvpx/test/config_test.cc (working copy) |
| @@ -20,6 +20,7 @@ |
| protected: |
| ConfigTest() : EncoderTest(GET_PARAM(0)), |
| frame_count_in_(0), frame_count_out_(0), frame_count_max_(0) {} |
| + virtual ~ConfigTest() {} |
| virtual void SetUp() { |
| InitializeConfig(); |