From d3d4c7c6f98d344ab1fb1ec869b3f25791ad9d80 Mon Sep 17 00:00:00 2001 From: "kevin.larke" Date: Mon, 6 Apr 2020 19:16:09 -0400 Subject: [PATCH] cwFile.cpp : Changed fnToStr() to properly close() the source file handle. --- cwFile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cwFile.cpp b/cwFile.cpp index 380707b..794c439 100644 --- a/cwFile.cpp +++ b/cwFile.cpp @@ -81,7 +81,6 @@ namespace cw buf = _fileToBuf(h,nn,bufByteCntPtr); - return buf; errLabel: close(h);