NULL variable after freeing

SVN revision: 80871
This commit is contained in:
Mike Blumenkrantz 2012-12-13 14:44:55 +00:00
parent 1eb2f32879
commit 6f981cc6a5
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ 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: