aboutsummaryrefslogtreecommitdiff
path: root/celt/modes.c
diff options
context:
space:
mode:
Diffstat (limited to 'celt/modes.c')
-rw-r--r--celt/modes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/modes.c b/celt/modes.c
index 911686e9..390c5e8a 100644
--- a/celt/modes.c
+++ b/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);