mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Add teardown to custom_decoder_engine.
This commit is contained in:
@@ -72,5 +72,8 @@ int main(int argc, char** argv)
|
|||||||
printf("Press Enter to quit...");
|
printf("Press Enter to quit...");
|
||||||
getchar();
|
getchar();
|
||||||
|
|
||||||
|
ma_engine_uninit(&engine);
|
||||||
|
ma_resource_manager_uninit(&resourceManager);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user