track client resources

This commit is contained in:
Wim Taymans 2016-11-15 17:06:09 +01:00
parent 0d21d633c9
commit b6ad45bb74
14 changed files with 253 additions and 92 deletions

View file

@ -225,9 +225,7 @@ process_work_queue (PinosMainLoop *this)
impl->work_id = 0;
pinos_log_debug ("main-loop %p: %p %p", this, impl->work_list.next, &impl->work_list);
spa_list_for_each_safe (item, tmp, &impl->work_list, link) {
pinos_log_debug ("main-loop %p: %p %p %d %p", this, &item->link, impl->work_list.next, item->sync, item->obj);
if (item->sync) {
if (&item->link == impl->work_list.next) {
pinos_log_debug ("main-loop %p: found sync item %p", this, item->obj);