Skip to content

Commit

Permalink
fixed #2153
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Mar 29, 2022
1 parent b8959e1 commit 55a183e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bifs/field_decode.c
Expand Up @@ -205,6 +205,7 @@ GF_Err gf_bifs_dec_sf_field(GF_BifsDecoder * codec, GF_BitStream *bs, GF_Node *n
if (sfcb->buffer) {
gf_free(sfcb->buffer);
sfcb->buffer = NULL;
sfcb->bufferSize = 0;
}
while (gf_list_count(sfcb->commandList)) {
GF_Command *com = (GF_Command*)gf_list_get(sfcb->commandList, 0);
Expand Down

0 comments on commit 55a183e

Please sign in to comment.