1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix bug of librtmp

This commit is contained in:
winlin 2014-03-26 09:03:57 +08:00
parent a9d11df3a3
commit 644dfa1a6d
2 changed files with 3 additions and 0 deletions

View file

@ -268,6 +268,7 @@ int SrsConsumer::enqueue(SrsSharedPtrMessage* msg, int tba, int tbv)
{
int ret = ERROR_SUCCESS;
/* TODO: to support atc */
if ((ret = jitter->correct(msg, tba, tbv)) != ERROR_SUCCESS) {
srs_freep(msg);
return ret;