View Issue Details

IDProjectCategoryView StatusLast Update
0017646ScribusGeneralpublic2025-10-10 08:50
Reportertropion Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version1.7.1.svn 
Summary0017646: Memory leaks
DescriptionThe ColorPicker should have a destructor. Something like this:

ColorPicker::~ColorPicker()
{
    delete m_colorButton;
    delete buttonGroup;
    delete comboOverprint;
    delete checkboxUsedColors;
    delete contextMenu;
}
TagsNo tags attached.
PatchNo

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-10-10 08:50 tropion New Issue