Evas textblock: Fixed bug in style tags parsing.

Thanks a lot to cedric for letting me know about it.

SVN revision: 68831
This commit is contained in:
Tom Hacohen 2012-03-06 13:54:37 +00:00
parent 4626ec4435
commit 4a091a072c
1 changed files with 1 additions and 1 deletions

View File

@ -4607,7 +4607,7 @@ evas_textblock_style_set(Evas_Textblock_Style *ts, const char *text)
if (tags) free(tags);
if (replaces) free(replaces);
}
key_start = key_stop = val_start;
key_start = key_stop = val_start = NULL;
}
p++;
}