diff options
Diffstat (limited to '')
-rw-r--r-- | src/decode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decode.c b/src/decode.c index 5a907ec85..fbc06b45c 100644 --- a/src/decode.c +++ b/src/decode.c @@ -57,6 +57,7 @@ void decodeSigHandler(int sig, siginfo_t * si, void *v) int pid = decode_pid; if (pid > 0) { DEBUG("player (or child) got SIGTERM\n"); + kill(pid, SIGCONT); kill(pid, SIGTERM); } else DEBUG("decoder (or child) got SIGTERM\n"); |