mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 10:36:30 +03:00
ecode: Project Build Settings save and load working.
This commit is contained in:
@@ -637,6 +637,8 @@ App::App( const size_t& jobs, const std::vector<std::string>& args ) :
|
||||
ThreadPool::createShared( jobs > 0 ? jobs : eemax<int>( 2, Sys::getCPUCount() ) ) ) {}
|
||||
|
||||
App::~App() {
|
||||
if ( mProjectBuildManager )
|
||||
mProjectBuildManager.reset();
|
||||
mThreadPool.reset();
|
||||
if ( mFileWatcher ) {
|
||||
Lock l( mWatchesLock );
|
||||
|
||||
Reference in New Issue
Block a user