fix but resulting from threadsafety addition by mike.

SVN revision: 64798
This commit is contained in:
Carsten Haitzler 2011-11-06 06:17:56 +00:00
parent 8b62a07755
commit fab77996de
1 changed files with 1 additions and 0 deletions

View File

@ -998,6 +998,7 @@ ecore_main_fd_handler_add(int fd,
int err = errno;
ERR("Failed to add poll on fd %d (errno = %d: %s)!", fd, err, strerror(err));
free(fdh);
fdh = NULL;
goto unlock;
}
fdh->read_active = EINA_FALSE;