X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fsrc%2Frrd_graph.c;h=501db48da41e5e3d245a35dc205335a77572b930;hb=add8da33e8f627495116ac44a797428d0f446451;hp=8c118682f5ecb32245b942e99e570722e2e5a7a1;hpb=1c05b71f0ed5ddf436569ae67d2743535b282c3c;p=rrdtool-all.git diff --git a/program/src/rrd_graph.c b/program/src/rrd_graph.c index 8c118682..501db48d 100644 --- a/program/src/rrd_graph.c +++ b/program/src/rrd_graph.c @@ -3450,6 +3450,9 @@ int gdes_alloc( im->gdes[im->gdes_c - 1].rpnp = NULL; im->gdes[im->gdes_c - 1].p_dashes = NULL; im->gdes[im->gdes_c - 1].shift = 0.0; + im->gdes[im->gdes_c - 1].dash = 0; + im->gdes[im->gdes_c - 1].ndash = 0; + im->gdes[im->gdes_c - 1].offset = 0; im->gdes[im->gdes_c - 1].col.red = 0.0; im->gdes[im->gdes_c - 1].col.green = 0.0; im->gdes[im->gdes_c - 1].col.blue = 0.0;