cwFile.cpp : Changed fnToStr() to properly close() the source file handle.

This commit is contained in:
kevin.larke 2020-04-06 19:16:09 -04:00
parent bfe9d9ebfc
commit d3d4c7c6f9

View File

@ -81,7 +81,6 @@ namespace cw
buf = _fileToBuf(h,nn,bufByteCntPtr);
return buf;
errLabel:
close(h);