Skip to content
Snippets Groups Projects
Commit 260d24f0 authored by rswindell's avatar rswindell
Browse files

Fix resource leak from background-load()'s:

The created message queue for each background-load()ed script was never
detached-from by the child thread, so the linked-lists (and their semaphores)
were never freed. Calling msgQueueDetach() before ending the background_thread
fixes that leak.
parent c20f74cc
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment