Fix segmentation fault occured by deleting the same object twice
There is
Core::~Core()
{
...
delete m_workflowRenderer;
...
}
So there is no need to delete the same object in the preview widget.
Loading
Please register or sign in to comment