Merge branch '2.0release' into develop

pull/784/head
winlin 8 years ago
commit d786d61685

@ -6,5 +6,6 @@ listen 19350;
max_connections 1000; max_connections 1000;
daemon off; daemon off;
srs_log_tank console; srs_log_tank console;
pid ./objs/origin.pid;
vhost __defaultVhost__ { vhost __defaultVhost__ {
} }

@ -2296,7 +2296,6 @@ int SrsSource::on_video(SrsCommonMessage* shared_video)
if (!m) { if (!m) {
return ret; return ret;
} }
SrsAutoFree(SrsSharedPtrMessage, m);
// consume the monotonically increase message. // consume the monotonically increase message.
if (m->is_audio()) { if (m->is_audio()) {

Loading…
Cancel
Save