mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix dvr mem leak, free msg when not use it.
This commit is contained in:
parent
36c2c37b42
commit
0c91fa6bed
5 changed files with 27 additions and 0 deletions
|
@ -124,4 +124,8 @@ extern bool srs_is_little_endian();
|
|||
className(const className&); \
|
||||
className& operator= (const className&)
|
||||
|
||||
// const time for st to convert to us
|
||||
#define SRS_TIME_MILLISECONDS 1000
|
||||
#define SRS_TIME_SECONDS 1000000
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue