Merge pull request #1 from marcrepo/patch-1

Removed word "file" from description (see Issue 2623)
This commit is contained in:
Marc Waldman
2020-01-17 04:55:06 -05:00
committed by GitHub

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