Removed rtc::Cleanup() call in each test

This commit is contained in:
Paul-Louis Ageneau
2021-03-08 13:07:30 +01:00
parent eec7a761e8
commit aa6f87f467
6 changed files with 0 additions and 24 deletions

View File

@ -177,10 +177,6 @@ int test_capi_track_main() {
deletePeer(peer2);
sleep(1);
// You may call rtcCleanup() when finished to free static resources
rtcCleanup();
sleep(1);
printf("Success\n");
return 0;