You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avutil/tree: fix memleaks
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -245,8 +245,10 @@ int main(int argc, char **argv)
|
||||
k = av_tree_find(root, (void *)(j + 1), cmp, NULL);
|
||||
if (k)
|
||||
av_log(NULL, AV_LOG_ERROR, "removal failure %d\n", i);
|
||||
av_free(node2);
|
||||
}
|
||||
}
|
||||
av_free(node);
|
||||
|
||||
av_tree_destroy(root);
|
||||
|
||||
|
Reference in New Issue
Block a user