[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:
GaoZhili
2016-07-21 03:31:59 +00:00
parent bf591fc7cd
commit 362e84eb7a

View File

@@ -673,7 +673,7 @@ void MppBufferService::destroy_group(MppBufferGroupImpl *group)
mpp_free(list_entry(tmp, MppBufLog, list));
group->log_count--;
}
mpp_assert(group->log_count == 0;
mpp_assert(group->log_count == 0);
}
mpp_allocator_put(&group->allocator);