Fix typo on cnp_helper :)

SVN revision: 53397
This commit is contained in:
Bruno Dilly 2010-10-14 14:11:15 +00:00
parent 9fa9c659e5
commit 21e71c932e
1 changed files with 1 additions and 1 deletions

View File

@ -1579,7 +1579,7 @@ elm_cnp_tempfile_create(int size){
}
len ++;
info->filename = malloc(len);
if (info->filename)
if (!info->filename)
{
free(info);
return NULL;