primary_axis_format was added to image_desc_t but rrd_graph_init was not
updated to initialize it, resulting in this error when the garbage
values were used as axis labels:
(process:24893): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
im->second_axis_shift = 0; /* no shift by default */
im->second_axis_legend[0] = '\0';
im->second_axis_format[0] = '\0';
+ im->primary_axis_format[0] = '\0';
im->yorigin = 0;
im->yOriginLegend = 0;
im->yOriginLegendY = 0;