diff options
author | Joel Hestness <jthestness@gmail.com> | 2013-04-07 20:31:15 -0500 |
---|---|---|
committer | Joel Hestness <jthestness@gmail.com> | 2013-04-07 20:31:15 -0500 |
commit | 3b02210713a3b8f46750638003784115a738ec78 (patch) | |
tree | d3787d1380716d3fdb03fc4c98b6bc8ebe3ac699 /src/mem/slicc/ast/LiteralExprAST.py | |
parent | 7fb55b98cc63e8c08a198ae8bc9396ae96bfabe5 (diff) | |
download | gem5-3b02210713a3b8f46750638003784115a738ec78.tar.xz |
Ruby System, Cache Recorder: Use delete [] for trace vars
The cache trace variables are array allocated uint8_t* in the RubySystem and
the Ruby CacheRecorder, but the code used delete to free the memory, resulting
in Valgrind memory errors. Change these deletes to delete [] to get rid of the
errors.
Diffstat (limited to 'src/mem/slicc/ast/LiteralExprAST.py')
0 files changed, 0 insertions, 0 deletions