Code

timeseries: Fixed timeseries_destroy().
authorSebastian Harl <sh@tokkee.org>
Thu, 21 Aug 2014 03:15:40 +0000 (20:15 -0700)
committerSebastian Harl <sh@tokkee.org>
Thu, 21 Aug 2014 03:15:40 +0000 (20:15 -0700)
commit325795abc4d6530149b5538d3d1136eed3195d16
treef9bb0ea0df442d723472bd546e18960e0a46a36d
parent255a2d91ea0ad1992283760a02c9ea0c1177429b
timeseries: Fixed timeseries_destroy().

Correctly access all information indexed by data_names_len and make sure not
to access array members if the array is NULL.
src/core/timeseries.c