Fix a bug in the ring buffer.

This commit is contained in:
David Reid
2019-02-24 17:47:08 +10:00
parent bd689c560e
commit 433b7e8ed6
+1 -1
View File
@@ -28730,7 +28730,7 @@ void mal_rb_uninit(mal_rb* pRB)
}
if (pRB->ownsBuffer) {
mal_free(pRB->pBuffer);
mal_aligned_free(pRB->pBuffer);
}
}