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
Xiph.Org
aom-rav1e
Commits
8eec5cad
Commit
8eec5cad
authored
Apr 07, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Apr 07, 2014
Browse files
Merge "Fixing memory leak introduced in previous commit."
parents
01aae92d
579504b2
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/vp9_dx_iface.c
View file @
8eec5cad
...
@@ -89,6 +89,8 @@ static vpx_codec_err_t decoder_destroy(vpx_codec_alg_priv_t *ctx) {
...
@@ -89,6 +89,8 @@ static vpx_codec_err_t decoder_destroy(vpx_codec_alg_priv_t *ctx) {
ctx
->
pbi
=
NULL
;
ctx
->
pbi
=
NULL
;
}
}
vpx_free
(
ctx
);
return
VPX_CODEC_OK
;
return
VPX_CODEC_OK
;
}
}
...
...
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