mattrussmill / qcvTouchUp

Simple image viewer and editor for photographs - OpenCV and Qt Widgets application
GNU General Public License v3.0
5 stars 1 forks source link

Memory Leak #34

Closed mattrussmill closed 5 years ago

mattrussmill commented 5 years ago

Check worker is not causing memory leak when moving buffers around. Keep track of addresses during debug to check. Also make sure to call base class destructors when overriding original destructor of class.

Consider making other functions virtual

mattrussmill commented 5 years ago

Fixed in subsequent commits.