diff --git a/src/lib/evas/filters/evas_filter_parser.c b/src/lib/evas/filters/evas_filter_parser.c index 33ede86a82..be332387ca 100644 --- a/src/lib/evas/filters/evas_filter_parser.c +++ b/src/lib/evas/filters/evas_filter_parser.c @@ -2168,7 +2168,7 @@ _instr2cmd_curve(Evas_Filter_Context *ctx, Evas_Filter_Program *pgm, const char *src, *dst, *points_str, *interpolation, *channel_name; DATA8 values[256] = {0}, points[512]; int cmdid, point_count = 0; - char *token, *copy = NULL, *saveptr; + char *token, *copy = NULL, *saveptr = NULL; Buffer *in, *out; Eina_Bool parse_ok = EINA_FALSE;