Browse Source

ac3: fix memleak in fixed-point encoder

caused by typo in mdct_end
tags/n0.8
Janne Grunau 14 years ago
parent
commit
6ad2bafcfd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ac3enc_fixed.c

+ 1
- 1
libavcodec/ac3enc_fixed.c View File

@@ -36,7 +36,7 @@
*/
static av_cold void mdct_end(AC3MDCTContext *mdct)
{
ff_fft_end(&mdct->fft);
ff_mdct_end(&mdct->fft);
}




Loading…
Cancel
Save