Commit 6cef8028 authored by Philipp Gerlesberger's avatar Philipp Gerlesberger Committed by Mauro Carvalho Chehab
parent 673d128a
...@@ -178,8 +178,7 @@ void ia_css_rmgr_uninit_vbuf(struct ia_css_rmgr_vbuf_pool *pool) ...@@ -178,8 +178,7 @@ void ia_css_rmgr_uninit_vbuf(struct ia_css_rmgr_vbuf_pool *pool)
/* free memory */ /* free memory */
hmm_free(pool->handles[i]->vptr); hmm_free(pool->handles[i]->vptr);
/* remove from refcount admin */ /* remove from refcount admin */
ia_css_rmgr_refcount_release_vbuf( ia_css_rmgr_refcount_release_vbuf(&pool->handles[i]);
&pool->handles[i]);
} }
} }
/* now free the pool handles list */ /* now free the pool handles list */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment