sevenreek / qtadqscope

A Qt5 interface for controlling an ADQ14 high speed digitizer.
0 stars 0 forks source link

Segfault on exit #1

Closed sevenreek closed 3 years ago

sevenreek commented 3 years ago

The application segfaults on exit. Backtrace seems to suggest this happens when QCustomPlot deletes itself.

sevenreek commented 3 years ago

Fixed by removing a delete call to the trigger line object in QCustomPlot.