Clean up a typo.

Public issue https://github.com/mackron/miniaudio/issues/349
This commit is contained in:
David Reid
2021-07-25 08:50:18 +10:00
parent 729f298fa9
commit ccc01563ba
-1
View File
@@ -61744,7 +61744,6 @@ MA_API void ma_node_uninit(ma_node* pNode, const ma_allocation_callbacks* pAlloc
*/ */
if (pNodeBase->_pHeap != NULL && pNodeBase->_ownsHeap) { if (pNodeBase->_pHeap != NULL && pNodeBase->_ownsHeap) {
ma_free(pNodeBase->_pHeap, pAllocationCallbacks); ma_free(pNodeBase->_pHeap, pAllocationCallbacks);
pNodeBase->_pHeap;
} }
} }