kopia lustrzana https://github.com/jameshball/osci-render
Remove no_sanitize attribute
rodzic
bafd3f0453
commit
6d134c0403
|
@ -174,7 +174,6 @@ void VisualiserComponent::mouseDoubleClick(const juce::MouseEvent& event) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
__attribute__((no_sanitize("thread")))
|
|
||||||
void VisualiserComponent::runTask(const std::vector<OsciPoint>& points) {
|
void VisualiserComponent::runTask(const std::vector<OsciPoint>& points) {
|
||||||
{
|
{
|
||||||
juce::CriticalSection::ScopedLockType lock(samplesLock);
|
juce::CriticalSection::ScopedLockType lock(samplesLock);
|
||||||
|
|
Ładowanie…
Reference in New Issue