Skip to content
Snippets Groups Projects
Commit b7f93c8c authored by Florian Fischer's avatar Florian Fischer
Browse files

[PipeSleepStrategy] use C++ smart ptrs instead of manual memory management

The destructor of PipeSleepStrategy caused segmentation faults when
running optimized. Because the stats pointer is not initialized it was
possibly to pass a garbage pointer to delete. Now we use a well defined
C++ smart pointer which fixes the problem and is more idiomatic anyway.
parent 29736cf9
No related branches found
No related tags found
No related merge requests found
Pipeline #66222 passed
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