diff options
Diffstat (limited to 'media/libopus/celt/modes.c')
-rw-r--r-- | media/libopus/celt/modes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libopus/celt/modes.c b/media/libopus/celt/modes.c index 911686e905..390c5e8aeb 100644 --- a/media/libopus/celt/modes.c +++ b/media/libopus/celt/modes.c @@ -427,7 +427,7 @@ void opus_custom_mode_destroy(CELTMode *mode) } #endif /* CUSTOM_MODES_ONLY */ opus_free((opus_int16*)mode->eBands); - opus_free((opus_int16*)mode->allocVectors); + opus_free((unsigned char*)mode->allocVectors); opus_free((opus_val16*)mode->window); opus_free((opus_int16*)mode->logN); |