mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add virtual destructor to SrsRefer
This commit is contained in:
parent
b357504b1d
commit
efed34301c
2 changed files with 11 additions and 0 deletions
|
@ -35,6 +35,9 @@ class SrsConfDirective;
|
|||
|
||||
class SrsRefer
|
||||
{
|
||||
public:
|
||||
SrsRefer();
|
||||
virtual ~SrsRefer();
|
||||
public:
|
||||
/**
|
||||
* to check the refer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue