libebml will free this memory for us.

This commit is contained in:
Moritz Bunkus 2004-12-21 18:11:43 +00:00
parent 0866fc9d50
commit 3d4e11c12a

View File

@ -514,6 +514,7 @@ cluster_helper_c::render_cluster(ch_contents_t *clstr) {
(&GetChild<KaxBlockAdditional>(*block_more));
block_additional->SetBuffer((binary *)pack->data_adds[k],
pack->data_adds_lengths[k]);
pack->data_adds[k] = NULL;
}
}