forked from qt-creator/qt-creator
Fix mem-leak introduced with previous commit
This commit is contained in:
@@ -741,6 +741,7 @@ void patchTextFiles(const char *newInstallBase)
|
||||
oldSourceBase, newSourceBase,
|
||||
#endif
|
||||
oldInstallBase, newInstallBase);
|
||||
delete[] fileName;
|
||||
}
|
||||
|
||||
patchQMakeSpec(newInstallBase);
|
||||
|
Reference in New Issue
Block a user