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,
|
oldSourceBase, newSourceBase,
|
||||||
#endif
|
#endif
|
||||||
oldInstallBase, newInstallBase);
|
oldInstallBase, newInstallBase);
|
||||||
|
delete[] fileName;
|
||||||
}
|
}
|
||||||
|
|
||||||
patchQMakeSpec(newInstallBase);
|
patchQMakeSpec(newInstallBase);
|
||||||
|
Reference in New Issue
Block a user