Browse Source
When starting async processes, we need to have a way to stop the process before releasing memory. Descoping FOOTPRINT_ASYNC_LOADER while the threads were still running could cause crashes depending on the memory structure. To avoid this we define clear procedures for exiting a running async processes and call these when exiting. Fixes: lp:1772909 * https://bugs.launchpad.net/kicad/+bug/1772909pull/17/head
4 changed files with 47 additions and 12 deletions
Loading…
Reference in new issue