Hi, has anyone experienced having a segmentation error when deleting pointers in the destructor of a class? This usually happens when I close my application. I created the pointers with the new keyword. These pointers are also classes with a base class of qobject or qwidget. Do I still need to destroy them? or are they automatically destroyed. When I run my app in debug mode, the breakpoints stop in the destructor and does not cause an error, but when I run it normally, it crashes.