We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681b6fa commit 77cdd64Copy full SHA for 77cdd64
1 file changed
worker.cpp
@@ -260,6 +260,7 @@ DWORD ChunkDiskWorker::PostWork(SPD_STORAGE_UNIT_OPERATION_CONTEXT* context, Chu
260
{
261
// read all done immediately
262
if (op_kind == READ_CHUNK) memcpy(ctx_buffer, work.ops[0].buffer, params.BlockBytes(count));
263
+ ReturnBuffer(std::move(work.buffer));
264
service_.SetPostFileTime(GetSystemFileTime());
265
return ERROR_SUCCESS;
266
}
0 commit comments