e: revert r80871.

This commit make E go crazy and use 100% all time. Reading the code,
we do check the returned value, but discard it without looking at it
in many case. A proper review of that piece of code to fix potential
memory leak and avoid reusing dead pointer would be a must.


SVN revision: 80915
This commit is contained in:
Cedric BAIL 2012-12-14 06:59:29 +00:00
parent 3dc01f3e7a
commit dda71fa2ff
1 changed files with 0 additions and 1 deletions

View File

@ -218,7 +218,6 @@ pulse_recv(Pulse *conn, Ecore_Fd_Handler *fdh)
{
ecore_main_fd_handler_active_set(fdh, ECORE_FD_WRITE);
pulse_tag_free(tag);
tag = NULL;
}
return tag;
error: