Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
46940a8e
Commit
46940a8e
authored
Jan 22, 2016
by
Tristan Matthews
Committed by
Yaowu Xu
Oct 11, 2016
Browse files
y4m_test: fix segfault if test files are missing
Change-Id: I7a04beb83095e5c0821048909f81f45be8b5eee3
parent
5cca4187
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/y4m_test.cc
View file @
46940a8e
...
...
@@ -139,7 +139,7 @@ INSTANTIATE_TEST_CASE_P(C, Y4mVideoSourceTest,
class
Y4mVideoWriteTest
:
public
Y4mVideoSourceTest
{
protected:
Y4mVideoWriteTest
()
{}
Y4mVideoWriteTest
()
:
tmpfile_
(
NULL
)
{}
virtual
~
Y4mVideoWriteTest
()
{
delete
tmpfile_
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment