X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fdev%2Fx86%2Fintdev.cc;h=a35f76b5fc0331f06368b116bdbd4cb5654c6d62;hb=0ecaab4ea8039f707a95f5e3efcc68591dbcd407;hp=88307330233bf19cb25b69b93fa7e38ea996133a;hpb=b80024ee7dc1dd424ce2dd907e7b7e3a902e0bb2;p=gem5.git diff --git a/src/dev/x86/intdev.cc b/src/dev/x86/intdev.cc index 883073302..a35f76b5f 100644 --- a/src/dev/x86/intdev.cc +++ b/src/dev/x86/intdev.cc @@ -59,8 +59,6 @@ X86ISA::IntDevice::IntMasterPort::sendMessage(ApicList apics, assert(pkt->isResponse()); // also ignore the latency in handling the response recvResponse(pkt); - delete pkt->req; - delete pkt; } } }