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 eaf00c6 commit ab0be19Copy full SHA for ab0be19
1 file changed
cpp/ql/src/Critical/MemoryFreed.qll
@@ -15,6 +15,4 @@ class FreedExpr extends PointsToExpr {
15
override predicate interesting() { freed(this) }
16
}
17
18
-predicate allocMayBeFreed(AllocationExpr alloc) {
19
- anythingPointsTo(alloc)
20
-}
+predicate allocMayBeFreed(AllocationExpr alloc) { anythingPointsTo(alloc) }
0 commit comments