Code

windows at least stores null terminated char strings in dummychar1 -- Philippe
[rrdtool-all.git] / program / src / rrd_hw.c
index 362dfc5cd8d0747c38b4f45a81dc3c1357156ac7..5cf05ffaa410d2c04b5ce1a95817997fc76abeea 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * RRDtool 1.1.x  Copyright Tobias Oetiker, 1997 - 2002
+ * RRDtool 1.2.8  Copyright by Tobi Oetiker, 1997-2005
  *****************************************************************************
  * rrd_hw.c : Support for Holt-Winters Smoothing/ Aberrant Behavior Detection
  *****************************************************************************
@@ -668,6 +668,7 @@ apply_smoother(rrd_t *rrd, unsigned long rra_idx, unsigned long rra_start,
 
    fflush(rrd_file);
    free(rrd_values);
+   free(baseline);
    return 0;
 }