fix spf iter do not release memory context
This commit is contained in:
committed by
ob-robot
parent
3c29a17408
commit
a0add89d3f
@ -45,6 +45,10 @@ public:
|
|||||||
if (hashmap_.created()) {
|
if (hashmap_.created()) {
|
||||||
hashmap_.destroy();
|
hashmap_.destroy();
|
||||||
}
|
}
|
||||||
|
if (nullptr != mem_entity_) {
|
||||||
|
DESTROY_CONTEXT(mem_entity_);
|
||||||
|
mem_entity_ = NULL;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
enum RescanStatus
|
enum RescanStatus
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user