Skip to content

Commit

Permalink
libtizplatform: removed assertion in tizurltransfer.c (apparently not…
Browse files Browse the repository at this point in the history
… required). Fixes #472.
  • Loading branch information
juanrubio committed Apr 13, 2018
1 parent 81b15e2 commit 8a7f335
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libtizplatform/src/tizurltransfer.c
Expand Up @@ -1254,7 +1254,9 @@ tiz_urltrans_on_buffers_ready (tiz_urltrans_t * ap_trans)
}
}
URLTRANS_LOG_API_END (ap_trans);
ASSERT_ASYNC_EVENTS (ap_trans);
/* This assertion is apparently not needed. See
https://github.com/tizonia/tizonia-openmax-il/issues/472 */
/* ASSERT_ASYNC_EVENTS (ap_trans); */
return rc;
}

Expand Down

0 comments on commit 8a7f335

Please sign in to comment.