Skip to content

Commit

Permalink
Cancel the thread once mediaThreadStarted flag is set to false (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
disa6302 committed Dec 5, 2023
1 parent beb1a37 commit 79cbfe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/Common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,6 @@ STATUS freeSampleConfiguration(PSampleConfiguration* ppSampleConfiguration)
MUTEX_LOCK(pSampleConfiguration->sampleConfigurationObjLock);
locked = TRUE;
}

for (i = 0; i < pSampleConfiguration->streamingSessionCount; ++i) {
retStatus = gatherIceServerStats(pSampleConfiguration->sampleStreamingSessionList[i]);
if (STATUS_FAILED(retStatus)) {
Expand Down

0 comments on commit 79cbfe9

Please sign in to comment.