summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mem/tport.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/tport.cc b/src/mem/tport.cc
index a4f791048..e4b8d70e9 100644
--- a/src/mem/tport.cc
+++ b/src/mem/tport.cc
@@ -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;
}