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)"
This commit is contained in:
Marc Waldman
2020-01-17 04:38:15 -05:00
committed by GitHub
parent 5d08a0e338
commit 140051cc9a

View File

@@ -1,6 +1,6 @@
/**
* @name Open descriptor never closed
* @description Functions that always return before closing the socket or file they opened leak resources.
* @description Functions that always return before closing the socket they opened leak resources.
* @kind problem
* @id cpp/descriptor-never-closed
* @problem.severity warning