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

dispose the gop cache

This commit is contained in:
winlin 2015-06-07 09:27:47 +08:00
parent beb0431746
commit 811ef4bcf6
3 changed files with 13 additions and 0 deletions

View file

@ -309,6 +309,10 @@ public:
SrsGopCache();
virtual ~SrsGopCache();
public:
/**
* cleanup when system quit.
*/
virtual void dispose();
/**
* to enable or disable the gop cache.
*/