mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-11 03:50:03 +08:00
[mpp_buffer_impl]: modify the compile error of mpp_buffer_impl.cpp
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1059 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -673,7 +673,7 @@ void MppBufferService::destroy_group(MppBufferGroupImpl *group)
|
|||||||
mpp_free(list_entry(tmp, MppBufLog, list));
|
mpp_free(list_entry(tmp, MppBufLog, list));
|
||||||
group->log_count--;
|
group->log_count--;
|
||||||
}
|
}
|
||||||
mpp_assert(group->log_count == 0;
|
mpp_assert(group->log_count == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
mpp_allocator_put(&group->allocator);
|
mpp_allocator_put(&group->allocator);
|
||||||
|
Reference in New Issue
Block a user