ecore_audio: fix memory leak in ecore_audio_pulse.

Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com>

@fix

Reviewers: devilhorns, cedric

Reviewed By: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1761

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
kabeer khan 2014-12-10 11:19:18 +01:00 committed by Cedric BAIL
parent 4abdd758f0
commit e319e702a1
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ _ecore_pa_time_new(pa_mainloop_api *api, const struct timeval *tv, pa_time_event
if (gettimeofday(&now, NULL) == -1)
{
ERR("Failed to get the current time!");
free(event);
return NULL;
}