Skip to content

Commit

Permalink
Minor bug in last commit solved.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jul 18, 2022
1 parent 7571aee commit 48a826e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/loader/source/loader_impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ void loader_impl_destroy_handle(loader_handle_impl handle_impl)

if (populated_handle_impl->populated == 0)
{
context_remove(populated_handle_impl->impl->ctx, populated_handle_impl->ctx);
context_remove(populated_handle_impl->impl->ctx, handle_impl->ctx);
}

context_remove(populated_handle_impl->ctx, handle_impl->ctx);
Expand Down

0 comments on commit 48a826e

Please sign in to comment.