eet - remove useless if at free

This commit is contained in:
Carsten Haitzler 2014-08-27 12:11:11 +09:00
parent 7a8f416bb6
commit 190b404be2
1 changed files with 1 additions and 2 deletions

View File

@ -2890,7 +2890,6 @@ _eet_data_dump_token_get(const char *src,
return tok;
}
if (tok)
free(tok);
return NULL;