Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use "jack_free" instead of "free"
Browse files Browse the repository at this point in the history
Thanks to @messmerd for the hint.
JohannesLorenz committed Oct 22, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
miri64 Martine Lenders
1 parent 17fde2c commit c0dec33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/audio/AudioJack.cpp
Original file line number Diff line number Diff line change
@@ -219,7 +219,7 @@ void AudioJack::startProcessing()
}

m_stopped = false;
free(ports);
jack_free(ports);
}


0 comments on commit c0dec33

Please sign in to comment.