fix some pulse shutdown magic fails

SVN revision: 79874
This commit is contained in:
Mike Blumenkrantz 2012-11-30 08:49:31 +00:00
parent 9b465c8a95
commit a7cea557ee
1 changed files with 3 additions and 3 deletions

View File

@ -337,11 +337,11 @@ e_mixer_pulse_shutdown(void)
pulse_free(conn); pulse_free(conn);
conn = NULL; conn = NULL;
ecore_event_handler_del(ph); if (ph) ecore_event_handler_del(ph);
ph = NULL; ph = NULL;
ecore_event_handler_del(pch); if (pch) ecore_event_handler_del(pch);
pch = NULL; pch = NULL;
ecore_event_handler_del(pdh); if (pdh) ecore_event_handler_del(pdh);
pdh = NULL; pdh = NULL;
if (dbus_handler) if (dbus_handler)
{ {