Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yushin Cho
aom-rav1e
Commits
22ff620f
Commit
22ff620f
authored
Jan 26, 2016
by
Tristan Matthews
Committed by
Gerrit Code Review
Jan 26, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "y4m_test: fix segfault if test files are missing"
parents
b0e10a2d
1372166f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/y4m_test.cc
test/y4m_test.cc
+1
-1
No files found.
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