We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f74a1 commit a2f87abCopy full SHA for a2f87ab
1 file changed
code/src/iamf_dec/IAMF_decoder.c
@@ -4409,7 +4409,7 @@ int IAMF_layout_binaural_channels_count() { return 2; }
4409
4410
#define CC_STR_SIZE 1024
4411
char *IAMF_decoder_get_codec_capability() {
4412
- char *ccs_str = IAMF_MALLOC(char, CC_STR_SIZE);
+ char *ccs_str = IAMF_MALLOCZ(char, CC_STR_SIZE);
4413
char cc_str[STRING_SIZE];
4414
4415
if (!ccs_str) return 0;
0 commit comments