Skip to content

Commit 911ba8f

Browse files
committed
checkpoint
1 parent 4784518 commit 911ba8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/cert/src/rules/CON30-C/CleanUpThreadSpecificStorage.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import codingstandards.c.cert
2424
// we just make sure in one arg version it's wrapped in a call to free.
2525
// That IS there is taint from tss_create -> free();
2626

27-
from Function f
27+
from Function f
2828
where
2929
not isExcluded(f, Concurrency4Package::cleanUpThreadSpecificStorageQuery())
3030
and nm

0 commit comments

Comments
 (0)