mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
libebml will free this memory for us.
This commit is contained in:
parent
0866fc9d50
commit
3d4e11c12a
@ -514,6 +514,7 @@ cluster_helper_c::render_cluster(ch_contents_t *clstr) {
|
|||||||
(&GetChild<KaxBlockAdditional>(*block_more));
|
(&GetChild<KaxBlockAdditional>(*block_more));
|
||||||
block_additional->SetBuffer((binary *)pack->data_adds[k],
|
block_additional->SetBuffer((binary *)pack->data_adds[k],
|
||||||
pack->data_adds_lengths[k]);
|
pack->data_adds_lengths[k]);
|
||||||
|
pack->data_adds[k] = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user