Browse Source

prevent potential false reads if 'controlswait' is set.

pre-master-46
Holger Vogt 7 years ago
parent
commit
a4402f1da7
  1. 2
      src/sharedspice.c

2
src/sharedspice.c

@ -443,8 +443,6 @@ void
exec_controls(wordlist *newcontrols) exec_controls(wordlist *newcontrols)
{ {
if (newcontrols) { if (newcontrols) {
if (shcontrols)
wl_free(shcontrols);
shcontrols = newcontrols; shcontrols = newcontrols;
} }
#ifdef THREADS #ifdef THREADS

Loading…
Cancel
Save