CheckLeakAutoVar: fix in VarInfo::erase for referenced.
This commit is contained in:
parent
a361f0192d
commit
c63d5cb1ae
|
@ -53,6 +53,7 @@ public:
|
|||
alloctype.erase(varid);
|
||||
possibleUsage.erase(varid);
|
||||
conditionalAlloc.erase(varid);
|
||||
referenced.erase(varid);
|
||||
}
|
||||
|
||||
void swap(VarInfo &other) {
|
||||
|
|
Loading…
Reference in New Issue