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
445ae93e
Commit
445ae93e
authored
Oct 12, 2016
by
Yaowu Xu
Committed by
Gerrit Code Review
Oct 12, 2016
Browse files
Merge "y4m_test: fix segfault if test files are missing" into nextgenv2
parents
6bb9b697
46940a8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/y4m_test.cc
View file @
445ae93e
...
...
@@ -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