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