We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7571aee commit 48a826eCopy full SHA for 48a826e
source/loader/source/loader_impl.c
@@ -587,7 +587,7 @@ void loader_impl_destroy_handle(loader_handle_impl handle_impl)
587
588
if (populated_handle_impl->populated == 0)
589
{
590
- context_remove(populated_handle_impl->impl->ctx, populated_handle_impl->ctx);
+ context_remove(populated_handle_impl->impl->ctx, handle_impl->ctx);
591
}
592
593
context_remove(populated_handle_impl->ctx, handle_impl->ctx);
0 commit comments