mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SquashSRS4: Refine the init of global objects
This commit is contained in:
parent
276bd2223e
commit
3256c7c2fa
20 changed files with 412 additions and 153 deletions
|
@ -38,10 +38,10 @@ using namespace std;
|
|||
|
||||
#include <srs_protocol_kbps.hpp>
|
||||
|
||||
SrsPps* _srs_pps_ids = new SrsPps();
|
||||
SrsPps* _srs_pps_fids = new SrsPps();
|
||||
SrsPps* _srs_pps_fids_level0 = new SrsPps();
|
||||
SrsPps* _srs_pps_dispose = new SrsPps();
|
||||
SrsPps* _srs_pps_ids = NULL;
|
||||
SrsPps* _srs_pps_fids = NULL;
|
||||
SrsPps* _srs_pps_fids_level0 = NULL;
|
||||
SrsPps* _srs_pps_dispose = NULL;
|
||||
|
||||
ISrsDisposingHandler::ISrsDisposingHandler()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue