Skip to content
Snippets Groups Projects
Commit 22ff620f authored by Tristan Matthews's avatar Tristan Matthews Committed by Gerrit Code Review
Browse files

Merge "y4m_test: fix segfault if test files are missing"

parents b0e10a2d 1372166f
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ INSTANTIATE_TEST_CASE_P(C, Y4mVideoSourceTest,
class Y4mVideoWriteTest
: public Y4mVideoSourceTest {
protected:
Y4mVideoWriteTest() {}
Y4mVideoWriteTest() : tmpfile_(NULL) {}
virtual ~Y4mVideoWriteTest() {
delete tmpfile_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment