mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-29 19:54: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:
@@ -241,7 +241,7 @@ cleanup_graph:
|
||||
ma_lpf_node_uninit(&g_lpfNode, NULL);
|
||||
|
||||
/* Node Graph */
|
||||
ma_node_graph_uninit(&g_nodeGraph, NULL);
|
||||
ma_node_graph_uninit(&g_nodeGraph);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user