Hopefully better fix for memory leak in PartialProfiles

This commit is contained in:
heckflosse
2017-06-05 21:04:01 +02:00
parent 48bcf8b077
commit 2aaa7526b3
2 changed files with 13 additions and 2 deletions

View File

@@ -1441,6 +1441,9 @@ public:
int load (const Glib::ustring &fName);
void set (bool v);
const void applyTo (ProcParams *destParams) const ;
private:
bool ownsPparams;
bool ownsPedited;
};
/**