Skip to content
Permalink
Browse files
fixed #2153
  • Loading branch information
jeanlf committed Mar 29, 2022
1 parent b8959e1 commit 55a183e
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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);

0 comments on commit 55a183e

Please sign in to comment.