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:
David Reid
2026-04-28 17:20:31 +10:00
parent 44323c9cae
commit 52f22d6597
7 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -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;