SVN revision: 17414
This commit is contained in:
sebastid 2005-10-10 22:33:56 +00:00 committed by sebastid
parent 5e83f48b43
commit d724e45432
1 changed files with 1 additions and 1 deletions

View File

@ -2545,7 +2545,7 @@ _e_fm_file_thumb_create(char *file)
ef = eet_open(thumbpath, EET_FILE_MODE_WRITE); ef = eet_open(thumbpath, EET_FILE_MODE_WRITE);
if (!ef) if (!ef)
{ {
free(thumpath); free(thumbpath);
return -1; return -1;
} }
free(thumbpath); free(thumbpath);