FS-8721 last should only be set on the ones we skip that will not be destroyed

This commit is contained in:
Anthony Minessale 2016-01-18 15:25:19 -06:00
parent 2c37bbab09
commit 5ee745afeb

View File

@ -1124,7 +1124,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_bug_remove_all_function(switch
} else {
session->bugs = bp->next;
}
last = bp;
}
switch_thread_rwlock_unlock(session->bug_rwlock);
status = SWITCH_STATUS_SUCCESS;