]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Only stop the activity monitor once, duh, and correct a debug message.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 19 May 2022 17:08:45 +0000 (18:08 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 19 May 2022 17:08:45 +0000 (18:08 +0100)
shairport.c

index fcc3ed681c9dd360a1259e0266dd17b8d47aae0e..60b9c4bf11cb9848a03f4bf2a179f4674dcdf3b8 100644 (file)
@@ -1515,9 +1515,7 @@ void exit_function() {
       debug(2, "Stopping metadata");
       metadata_stop(); // close down the metadata pipe
 #endif
-      debug(2, "Deinitialising the audio backend.");
-      activity_monitor_stop(0);
-
+      debug(2, "Stopping the activity monitor.");
       activity_monitor_stop(0);
 
       if ((config.output) && (config.output->deinit)) {