Commit 370f9167 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

picture_pool_Delete: memory leak

parent 696b3dc2
......@@ -1331,6 +1331,7 @@ void picture_pool_Delete( picture_pool_t *p_pool )
free( p_release_sys );
}
free( p_pool->pp_picture );
free( p_pool );
}
......
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