Skip to content

Commit 175ff96

Browse files
committed
CPP: Change * to +.
1 parent fab8e52 commit 175ff96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/jsf/4.10 Classes/AV Rule 79.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ predicate freedInSameMethod(Resource r, Expr acquire) {
191191
exists(Expr releaseExpr, string kind |
192192
r.acquisitionWithRequiredKind(acquire, kind) and
193193
releaseExpr = r.getAReleaseExpr(kind) and
194-
releaseExpr.getEnclosingElement*() = acquire.getEnclosingFunction()
194+
releaseExpr.getEnclosingElement+() = acquire.getEnclosingFunction()
195195
)
196196
}
197197

0 commit comments

Comments
 (0)