diff options
author | Gabe Black <gabeblack@google.com> | 2018-07-20 17:18:22 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2018-09-11 21:43:25 +0000 |
commit | be38309891b4adb91e9a6b56923f1f9e82487e61 (patch) | |
tree | 3ac17c2652f12a1debf355c75a0cd94b0bfddaeb /ext/googletest/docs/V1_6_Samples.md | |
parent | fbf406d0a63ec42ab0ac09788e16eab2a4839230 (diff) | |
download | gem5-be38309891b4adb91e9a6b56923f1f9e82487e61.tar.xz |
systemc: Fix a couple memory errors.
Because events are held in vectors, it doesn't make sense to keep an
iterator into the parent to keep track of where that event is for easy
removal since the iterator becomes invalid when the vector is changed.
The events need to be stored in a vector because systemc defines an
accessor which returns that vector, and building a vector on the fly
would be cumbersome.
Also, make sure the Event parent pointer is set to nullptr if there
isn't a parent.
Change-Id: I63a676190e7747e60baaca50009161d47bfc1c54
Reviewed-on: https://gem5-review.googlesource.com/12039
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'ext/googletest/docs/V1_6_Samples.md')
0 files changed, 0 insertions, 0 deletions