CheckLeakAutoVar: fix in VarInfo::erase for referenced.

This commit is contained in:
Daniel Marjamäki 2016-02-07 19:54:32 +01:00
parent a361f0192d
commit c63d5cb1ae
1 changed files with 1 additions and 0 deletions

View File

@ -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) {