mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[test]: change deinit interface, add more detail to mpi_test
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@153 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -48,7 +48,7 @@ int main()
|
||||
mpp_err("mpp_packet_test mpp_packet_set_eos failed\n");
|
||||
goto MPP_PACKET_failed;
|
||||
}
|
||||
mpp_packet_deinit(&packet);
|
||||
mpp_packet_deinit(packet);
|
||||
|
||||
free(data);
|
||||
mpp_log("mpp_packet_test success\n");
|
||||
@@ -56,7 +56,7 @@ int main()
|
||||
|
||||
MPP_PACKET_failed:
|
||||
if (packet)
|
||||
mpp_packet_deinit(&packet);
|
||||
mpp_packet_deinit(packet);
|
||||
|
||||
if (data)
|
||||
free(data);
|
||||
|
Reference in New Issue
Block a user