ecode: Project Build Settings save and load working.

This commit is contained in:
Martín Lucas Golini
2023-06-08 01:13:30 -03:00
parent 3759b1cfd6
commit 2e12b8313e
6 changed files with 239 additions and 43 deletions

View File

@@ -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 );