Fix leaks

Add some docs
Add properties to loop objects for future use
This commit is contained in:
Wim Taymans 2017-08-08 18:22:44 +02:00
parent 600055bd68
commit eeda53dbef
25 changed files with 92 additions and 53 deletions

View file

@ -686,6 +686,7 @@ static int impl_clear(struct spa_handle *handle)
spa_list_for_each_safe(source, tmp, &impl->destroy_list, link)
free(source);
close(impl->ack_fd);
close(impl->epoll_fd);
return SPA_RESULT_OK;