Use "jack_free" instead of "free" (#5954?)

Thanks to @messmerd for the hint.

Might fix #5954.
This commit is contained in:
Johannes Lorenz
2023-10-22 22:00:28 +02:00
committed by Johannes Lorenz
parent f6eacb31ba
commit 5d60035c02

View File

@@ -219,7 +219,7 @@ void AudioJack::startProcessing()
}
m_stopped = false;
free(ports);
jack_free(ports);
}