Skip to content

Commit

Permalink
Properly close Exiftool when destroying a Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed May 13, 2021
1 parent 7bf2a40 commit d4b6687
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/src/models/profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ Profile::~Profile()
delete m_monitorManager;
delete m_downloadQueryManager;
// delete m_urlDownloaderManager;

m_exiftool->stop();

}


Expand Down

0 comments on commit d4b6687

Please sign in to comment.