Skip to content

Commit

Permalink
restore delete
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Aug 7, 2024
1 parent 08b5a6c commit 69ccc23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/tikzpreviewgenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ TikzPreviewGenerator::~TikzPreviewGenerator()
m_thread.wait();
}
// Q_EMIT processRunning(false); // this causes a segmentation fault on exit on Arch Linux

delete m_tikzPdfDoc;
}

/***************************************************************************/
Expand Down

0 comments on commit 69ccc23

Please sign in to comment.