mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-10 11:30:04 +08:00
[mpp_buffer]: fix issue of destroy external commit frame buffer group twice
Change-Id: I496f493fbeb038ca72425d946c65a4e7cce6b684 Signed-off-by: herman.chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -683,6 +683,7 @@ void MppBufferService::destroy_group(MppBufferGroupImpl *group)
|
||||
mpp_assert(group->log_count == 0);
|
||||
}
|
||||
|
||||
mpp_assert(group->allocator);
|
||||
mpp_allocator_put(&group->allocator);
|
||||
list_del_init(&group->list_group);
|
||||
mpp_free(group);
|
||||
|
Reference in New Issue
Block a user