Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
Automatic merge of client:master into master
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Apr 8, 2020
2 parents 0772c19 + f67e608 commit 4ae50c4
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -631,8 +631,8 @@ void processAudioBuffers() {
if (!hasactivevoices) {
synchronized (control_mutex) {
if (stoppedMixers != null) {
if (stoppedMixers.contains(cmixer)) {
stoppedMixers.remove(cmixer);
if (stoppedMixers.contains(cmixer.mixer)) {
stoppedMixers.remove(cmixer.mixer);
cmixer.mixer.stop();
}
}
Expand Down

0 comments on commit 4ae50c4

Please sign in to comment.