mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-30 04:04:05 +02:00
API CHANGE: Update ma_node_graph_uninit().
This removes the allocation callbacks parameter. These are now managed internally. This is in preparation for some future changes to data source management.
This commit is contained in:
@@ -107,7 +107,7 @@ int main(int argc, char** argv)
|
||||
|
||||
/*done3:*/ ma_data_source_node_uninit(&g_dataSupplyNode, NULL);
|
||||
done2: ma_ltrim_node_uninit(&g_trimNode, NULL);
|
||||
done1: ma_node_graph_uninit(&g_nodeGraph, NULL);
|
||||
done1: ma_node_graph_uninit(&g_nodeGraph);
|
||||
done0: ma_device_uninit(&device);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user