Skip to content

Commit a2f87ab

Browse files
yilun-zhangstdaede
authored andcommitted
fix warning
1 parent a8f74a1 commit a2f87ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/src/iamf_dec/IAMF_decoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4409,7 +4409,7 @@ int IAMF_layout_binaural_channels_count() { return 2; }
44094409

44104410
#define CC_STR_SIZE 1024
44114411
char *IAMF_decoder_get_codec_capability() {
4412-
char *ccs_str = IAMF_MALLOC(char, CC_STR_SIZE);
4412+
char *ccs_str = IAMF_MALLOCZ(char, CC_STR_SIZE);
44134413
char cc_str[STRING_SIZE];
44144414

44154415
if (!ccs_str) return 0;

0 commit comments

Comments
 (0)