mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[mpp_buffer_test]: clear mpp_buffer_debug on mpp_buffer_test exit
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1039 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -246,6 +246,8 @@ int main()
|
||||
goto MPP_BUFFER_failed;
|
||||
}
|
||||
|
||||
mpp_env_set_u32("mpp_buffer_debug", 0);
|
||||
|
||||
return ret;
|
||||
|
||||
MPP_BUFFER_failed:
|
||||
@@ -281,6 +283,9 @@ MPP_BUFFER_failed:
|
||||
mpp_assert(NULL == allocator);
|
||||
|
||||
mpp_log("mpp_buffer_test failed\n");
|
||||
|
||||
mpp_env_set_u32("mpp_buffer_debug", 0);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user