diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-04-15 05:34:02 +0630 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-04-15 05:34:02 +0630 |
commit | 7a6275c0a1ff61216b0dc7f2f3a78e5e958b5ead (patch) | |
tree | 11052957fca35b9bd8babd7c84dbbfe43fbf943e /asm/base.cpp | |
parent | 8d3951a871c1442649c33bd3c4af7cc699b9ce64 (diff) | |
download | ovm-7a6275c0a1ff61216b0dc7f2f3a78e5e958b5ead.tar.gz ovm-7a6275c0a1ff61216b0dc7f2f3a78e5e958b5ead.tar.bz2 ovm-7a6275c0a1ff61216b0dc7f2f3a78e5e958b5ead.zip |
fix memory leak through vec.clear
vec.clear() doesn't delete pointers (unless they're smart) so I need
to do it myself.
Diffstat (limited to 'asm/base.cpp')
0 files changed, 0 insertions, 0 deletions