Use "jack_free" instead of "free" (#5954?)
Thanks to @messmerd for the hint. Might fix #5954.
This commit is contained in:
committed by
Johannes Lorenz
parent
f6eacb31ba
commit
5d60035c02
@@ -219,7 +219,7 @@ void AudioJack::startProcessing()
|
||||
}
|
||||
|
||||
m_stopped = false;
|
||||
free(ports);
|
||||
jack_free(ports);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user