391d390
< delete pkt->req;
418d416
< delete pkt->req;
624,627c622,625
< RequestPtr mem_req =
< new Request(tid, fetchBufferBlockPC, fetchBufferSize,
< Request::INST_FETCH, cpu->instMasterId(), pc,
< cpu->thread[tid]->contextId());
---
> RequestPtr mem_req = std::make_shared<Request>(
> tid, fetchBufferBlockPC, fetchBufferSize,
> Request::INST_FETCH, cpu->instMasterId(), pc,
> cpu->thread[tid]->contextId());
643c641,642
< DefaultFetch<Impl>::finishTranslation(const Fault &fault, RequestPtr mem_req)
---
> DefaultFetch<Impl>::finishTranslation(const Fault &fault,
> const RequestPtr &mem_req)
658d656
< delete mem_req;
672d669
< delete mem_req;
720d716
< delete mem_req;
781d776
< delete retryPkt->req;