MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / pool_free

Function pool_free

libavutil/refstruct.c:208–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206};
207
208static void pool_free(AVRefStructPool *pool)
209{
210 ff_mutex_destroy(&pool->mutex);
211 if (pool->free_cb)
212 pool->free_cb(pool->opaque);
213 av_free(get_refcount(pool));
214}
215
216static void pool_free_entry(AVRefStructPool *pool, RefCount *ref)
217{

Callers 2

pool_return_entryFunction · 0.85
pool_unrefFunction · 0.85

Calls 3

ff_mutex_destroyFunction · 0.85
get_refcountFunction · 0.85
av_freeFunction · 0.70

Tested by

no test coverage detected