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

clear the queue when edge republish.

This commit is contained in:
winlin 2015-09-14 15:19:49 +08:00
parent 8be3c875af
commit 704624c9ec

View file

@ -476,6 +476,8 @@ void SrsEdgeForwarder::stop()
close_underlayer_socket();
queue->clear();
srs_freep(client);
srs_freep(io);
kbps->set_io(NULL, NULL);