jack: correctness of variable access in signal handler
This commit is contained in:
parent
e7c79a9b5f
commit
59ffddaad5
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ int sampleRateChanged(jack_nframes_t nframes, void* arg)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool shouldClose { false };
|
static volatile sig_atomic_t shouldClose { false };
|
||||||
|
|
||||||
static void done(int sig)
|
static void done(int sig)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue