mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 20:01:56 +00:00
For #1926, refine code
This commit is contained in:
parent
7e5572c5e1
commit
2f22a3d38b
1 changed files with 1 additions and 1 deletions
|
@ -1810,7 +1810,7 @@ void SrsGb28181RtmpMuxer::close()
|
|||
h264_pps = "";
|
||||
aac_specific_config = "";
|
||||
|
||||
if (source_publish && NULL!=source){
|
||||
if (source_publish && source){
|
||||
source->on_unpublish();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue