@@ -206,7 +218,10 @@ int main(int argc, char** argv)
...
@@ -206,7 +218,10 @@ int main(int argc, char** argv)
/* Uninitialize the resource manager after each data source. */
/* Uninitialize the resource manager after each data source. */
ma_resource_manager_uninit(&resourceManager);
ma_resource_manager_uninit(&resourceManager);
/* We're uninitializing the mixer last, but it doesn't really matter when it's done, so long as it's after the device has been stopped/uninitialized. */
/*
We're uninitializing the mixer last, but it doesn't matter when it's done, so long as it's after the device has