Skip to content
Commit ea824868 authored by luyikei's avatar luyikei Committed by Hugo Beauzée-Luyssen
Browse files

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.
parent 3b01c72f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment