mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Clean up a typo.
Public issue https://github.com/mackron/miniaudio/issues/349
This commit is contained in:
@@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user