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
Mark Harris
Opus
Commits
1ccfd3cc
Commit
1ccfd3cc
authored
Dec 02, 2009
by
Jean-Marc Valin
Browse files
Oops, forgot to free the pitch bufer
parent
6fd02706
Changes
1
Hide whitespace changes
Inline
Side-by-side
libcelt/celt.c
View file @
1ccfd3cc
...
...
@@ -231,7 +231,7 @@ void celt_encoder_destroy(CELTEncoder *st)
celt_free
(
st
->
in_mem
);
celt_free
(
st
->
out_mem
);
celt_free
(
st
->
pitch_buf
);
celt_free
(
st
->
oldBandE
);
celt_free
(
st
->
preemph_memE
);
...
...
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