commit | 973f7e240d3a3a9e4082a26b5001e8fb791dc32e | [log] [tgz] |
---|---|---|
author | Javi Merino <javi.merino@arm.com> | Tue Feb 17 16:29:33 2015 +0000 |
committer | Javi Merino <javi.merino@arm.com> | Wed Aug 12 16:03:45 2015 +0100 |
tree | d3913c9ecefd18cf2309978585b9c733e9ff31f5 | |
parent | 978ebfb44f9f4828a4b094178a67fb855058aff9 [diff] |
base: fix freeing the time and data_array if a is an array a[:] creates a copy of the array, so assigning to it should not have any effect. Just assign an empty array to time_array and data_array and let the garbage collector take care of the previous references. Change-Id: I693361a3856730af90240a0465ccbd5c2d1d8acd