Skip to content

Commit 140051c

Browse files
authored
Removed word "file" from description (see Issue 2623)
This pull request is in reference to Issue #2623 - "DescriptorNeverClosed.ql identifies only sockets (not file handles)"
1 parent 5d08a0e commit 140051c

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)