Skip to content
Snippets Groups Projects
Commit 23183567 authored by Maxence Naud's avatar Maxence Naud
Browse files

Fix Scheduler::StaticSchedulingElement shared_ptr circular reference

- Change shared_ptr to raw ptr. It is possible without issue here as each pointer is stored and owned by Scheduler::mStaticSchedule and deleted with it
- Change Scheduler::resetScheduling() and Scheduler::~Scheduler() to delete raw pointers properly
parent 95b0cd6b
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment