* edje: fix segv when converting old theme with gradient.

SVN revision: 51049
This commit is contained in:
Cedric BAIL 2010-08-12 15:29:00 +00:00
parent 731e946df7
commit 1b77b770fc
1 changed files with 2 additions and 1 deletions

View File

@ -451,7 +451,8 @@ _edje_description_convert(int type,
CONVERT_ALLOC_POOL(EXTERNAL, External, external_params);
}
*result = oed->common;
if (result)
*result = oed->common;
free(oed);
return result;