Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
294550c8
Commit
294550c8
authored
Aug 06, 2015
by
Alex Converse
Browse files
Fix a new[]/delete mismatch
Change-Id: I04c43ff71748d7a2e2ede462cb42b22116a1bfd6
parent
7914f7a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/consistency_test.cc
View file @
294550c8
...
...
@@ -65,7 +65,7 @@ class ConsistencyTestBase : public ::testing::Test {
vpx_free
(
reference_data_
[
1
]);
reference_data_
[
1
]
=
NULL
;
delete
ssim_array_
;
delete
[]
ssim_array_
;
}
virtual
void
TearDown
()
{
...
...
Write
Preview
Supports
Markdown
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