mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01: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