We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a361f01 commit c63d5cbCopy full SHA for c63d5cb
1 file changed
lib/checkleakautovar.h
@@ -53,6 +53,7 @@ class CPPCHECKLIB VarInfo {
53
alloctype.erase(varid);
54
possibleUsage.erase(varid);
55
conditionalAlloc.erase(varid);
56
+ referenced.erase(varid);
57
}
58
59
void swap(VarInfo &other) {
0 commit comments