Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Raphael Zumer
aom-rav1e
Commits
22ff620f
Commit
22ff620f
authored
Jan 26, 2016
by
Tristan Matthews
Committed by
Gerrit Code Review
Jan 26, 2016
Browse files
Merge "y4m_test: fix segfault if test files are missing"
parents
b0e10a2d
1372166f
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/y4m_test.cc
View file @
22ff620f
...
...
@@ -140,7 +140,7 @@ INSTANTIATE_TEST_CASE_P(C, Y4mVideoSourceTest,
class
Y4mVideoWriteTest
:
public
Y4mVideoSourceTest
{
protected:
Y4mVideoWriteTest
()
{}
Y4mVideoWriteTest
()
:
tmpfile_
(
NULL
)
{}
virtual
~
Y4mVideoWriteTest
()
{
delete
tmpfile_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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