Skip to content

Commit fe5155c

Browse files
committed
fixed #1783 (fuzz)
1 parent a51f951 commit fe5155c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/isomedia/isom_intern.c

+1
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ static GF_Err gf_isom_parse_movie_boxes_internal(GF_ISOFile *mov, u32 *boxType,
497497
if (pos<0) pos=0;
498498
gf_list_insert(mov->TopBoxes, brand, pos);
499499
}
500+
gf_isom_box_del(a);
500501
}
501502
break;
502503

0 commit comments

Comments
 (0)