Skip to content

Commit a9b6b2c

Browse files
authored
Merge pull request #1 from marcrepo/patch-1
Removed word "file" from description (see Issue 2623)
2 parents 5d08a0e + 140051c commit a9b6b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Critical/DescriptorNeverClosed.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Open descriptor never closed
3-
* @description Functions that always return before closing the socket or file they opened leak resources.
3+
* @description Functions that always return before closing the socket they opened leak resources.
44
* @kind problem
55
* @id cpp/descriptor-never-closed
66
* @problem.severity warning

0 commit comments

Comments
 (0)