Open erikronstrom opened 9 months ago
Since this repo doesn't seem to be maintained, I won't bother to create a pull request. Should anyone be interested, a fix is available here: https://github.com/cbagwell/sox/commit/f785535d35c0fe95f254d4c1ecfa135d10924dd7
While
sox_delete_effect
is used internally and works correctly in that context, it is not usable from user code:sox_delete_effect
should probably be fixed so that it works as a proper counterpart tosox_create_effect
. As a plan B, it could be removed from the public API to avoid confusion (but that way there would still be no way to use the effects chain from user code without leaking memory).