Patch from drexil to fix a leak in edje_data.c

SVN revision: 23184
This commit is contained in:
Christopher Michael 2006-06-05 13:11:08 +00:00
parent 4c779cfbae
commit 10308c1133
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ _edje_edd_free(void)
FREED(_edje_edd_edje_file);
FREED(_edje_edd_edje_style);
FREED(_edje_edd_edje_style_tag);
FREED(_edje_edd_edje_color_class);
FREED(_edje_edd_edje_data);
FREED(_edje_edd_edje_font_directory);
FREED(_edje_edd_edje_font_directory_entry);