1
0
Fork 0
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:
winlin 2014-04-16 15:58:06 +08:00
parent 36c2c37b42
commit 0c91fa6bed
5 changed files with 27 additions and 0 deletions

View file

@ -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