Bug 1189866 - revert code that accidentally got into bug 1187817 patch 5. r=me.

This commit is contained in:
JW Wang 2015-08-01 13:58:39 +08:00
Родитель 1634fa4444
Коммит 48d9740581
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -671,10 +671,8 @@ opensl_stream_init(cubeb * ctx, cubeb_stream ** stream, char const * stream_name
static void
opensl_stream_destroy(cubeb_stream * stm)
{
if (stm->playerObj) {
(*stm->bufq)->Clear(stm->bufq);
if (stm->playerObj)
(*stm->playerObj)->Destroy(stm->playerObj);
}
int i;
for (i = 0; i < NBUFS; i++) {
free(stm->queuebuf[i]);