just in case....

SVN revision: 15541
This commit is contained in:
Carsten Haitzler 2005-06-27 10:04:59 +00:00
parent 551ae9b107
commit 6c9cca935c
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ _edje_var_init(Edje *ed)
if (!ed) return;
if (!ed->collection) return;
if (!ed->collection->script) return;
if (ed->var_pool) return;
ed->var_pool = calloc(1, sizeof(Edje_Var_Pool));
if (!ed->var_pool) return;
ed->var_pool->size = embryo_program_variable_count_get(ed->collection->script);