Commit ccc01563 authored by David Reid's avatar David Reid

Clean up a typo.

Public issue https://github.com/mackron/miniaudio/issues/349
parent 729f298f
......@@ -61744,7 +61744,6 @@ MA_API void ma_node_uninit(ma_node* pNode, const ma_allocation_callbacks* pAlloc
*/
if (pNodeBase->_pHeap != NULL && pNodeBase->_ownsHeap) {
ma_free(pNodeBase->_pHeap, pAllocationCallbacks);
pNodeBase->_pHeap;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment