mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Kernel: Refine lazy sweep resource.
This commit is contained in:
parent
eb04f92176
commit
d4ce877407
4 changed files with 22 additions and 22 deletions
|
@ -420,7 +420,7 @@ srs_error_t SrsSweepGc::start()
|
|||
return err;
|
||||
}
|
||||
|
||||
void SrsSweepGc::remove(ISrsLazyResource* c)
|
||||
void SrsSweepGc::remove(SrsLazyObject* c)
|
||||
{
|
||||
// TODO: FIXME: MUST lazy sweep.
|
||||
srs_freep(c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue