Don't delete request at target... requester still needs it.
--HG-- extra : convert_revision : 76377ca2e4d7ea70d1d54d325a63ce710e260b93
This commit is contained in:
@@ -69,7 +69,6 @@ SimpleTimingPort::recvTiming(PacketPtr pkt)
|
||||
if (pkt->memInhibitAsserted()) {
|
||||
// snooper will supply based on copy of packet
|
||||
// still target's responsibility to delete packet
|
||||
delete pkt->req;
|
||||
delete pkt;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user