Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2023-03-08 09:13:58 +01:00
parent 3698ca011a
commit bf9ab7c4e2

View File

@ -231,7 +231,6 @@ namespace winstd
dwLength = a.dwLength;
if (a.dwLength) {
pValue = new BYTE[a.dwLength];
assert(pValue);
memcpy(pValue, a.pValue, a.dwLength);
} else
pValue = NULL;