Home
last modified time | relevance | path

Searched hist:"58 dcc29b6d1ca38f57e26cae6a34a8713f41fa5b" (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/runtime_loader/
H A Delf.cpp58dcc29b6d1ca38f57e26cae6a34a8713f41fa5b Sun Mar 01 23:18:47 UTC 2020 Augustin Cavalier <waddlesplash@gmail.com> runtime_loader: Fix memory leak in init_dependencies.

get_sorted_image_list allocates initList even if "count" winds up
being 0, so we need to free it in this case also.

Spotted by Coverity.