X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_xport.c;h=8f13492ad457ccca5bc00875b68ba843fb15ccfc;hb=45b09b473ffe27306f8f17a02963ba3d305dfdbb;hp=aecd7f373bd483f77495dbf38cb075344bcbc3a9;hpb=9584450afaaba1686d2b27b6436743339737a789;p=rrdtool.git diff --git a/src/rrd_xport.c b/src/rrd_xport.c index aecd7f3..8f13492 100644 --- a/src/rrd_xport.c +++ b/src/rrd_xport.c @@ -263,6 +263,7 @@ int rrd_xport_fn( while (--j > -1) free(legend_list[j]); free(legend_list); + free(step_list); rrd_set_error("malloc xport legend entry"); return (-1); }