I suppose we probably shouldn't leak pulse mixer sources after getting them

SVN revision: 81337
This commit is contained in:
Mike Blumenkrantz 2012-12-19 09:41:59 +00:00
parent 91aad68829
commit b49ee6c857
1 changed files with 3 additions and 1 deletions

View File

@ -167,8 +167,10 @@ _pulse_sinks_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev)
} }
static void static void
_pulse_sources_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev __UNUSED__) _pulse_sources_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev)
{ {
eina_list_free(sources);
sources = ev;
/* /*
Eina_List *l; Eina_List *l;
Pulse_Sink *sink; Pulse_Sink *sink;