e: revert r80871.
authorCedric BAIL <cedric.bail@free.fr>
Fri, 14 Dec 2012 06:59:29 +0000 (06:59 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Fri, 14 Dec 2012 06:59:29 +0000 (06:59 +0000)
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

src/modules/mixer/pa.c

index f72d898..f06d57d 100644 (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: