Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c084f8 commit 7fa367dCopy full SHA for 7fa367d
1 file changed
cpp/ql/src/semmle/code/cpp/commons/Alloc.qll
@@ -195,4 +195,3 @@ predicate isDeallocationExpr(Expr e) {
195
e instanceof DeleteExpr or
196
e instanceof DeleteArrayExpr
197
}
198
-
0 commit comments