mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 01:56:31 +03:00
Fix automatic scrolling while writing in UITextEdit.
Fix threadpool close. Git plugin safetly destruct.
This commit is contained in:
@@ -714,7 +714,10 @@ App::App( const size_t& jobs, const std::vector<std::string>& args ) :
|
||||
App::~App() {
|
||||
if ( mProjectBuildManager )
|
||||
mProjectBuildManager.reset();
|
||||
|
||||
Http::setThreadPool( nullptr );
|
||||
mThreadPool.reset();
|
||||
|
||||
if ( mFileWatcher ) {
|
||||
Lock l( mWatchesLock );
|
||||
delete mFileWatcher;
|
||||
|
||||
Reference in New Issue
Block a user