ruby: Fix memory leak in AbstractController
authorJoel Hestness <jthestness@gmail.com>
Tue, 29 Sep 2015 14:28:25 +0000 (09:28 -0500)
committerJoel Hestness <jthestness@gmail.com>
Tue, 29 Sep 2015 14:28:25 +0000 (09:28 -0500)
commit7b70fa02aef5d38d1d5b583193cb1577f050d937
treeef7987099090197884dcd97f6ae1d770cb58c458
parent501705eaf0612ead7a1f4216d10158dd09eca017
ruby: Fix memory leak in AbstractController

Recent changes to memory access queuing allocate requests for packets sent to
memory controllers, but did not free the requests. Delete them to avoid leaks.
src/mem/ruby/slicc_interface/AbstractController.cc