I believe there's a delete missing here.
Diff Detail
Diff Detail
- Repository
- R37 Krita
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
Hm... Perhaps not -- though it's possible I'm missing something -- but the timer is created like this:
, m_timer(new QTimer(this))
Which means that it will get deleted whenever the signal compressor is deleted, since that's the timer's parent.
Comment Actions
Yes, the timer is a part of QObject hierarchy and is deleted by its parent, that is KisSignalCompressor