Skip to content
Snippets Groups Projects
Commit dbbb17fe authored by goro's avatar goro
Browse files

Fix mem-leak introduced with previous commit

parent c9812024
No related branches found
No related tags found
No related merge requests found
...@@ -741,6 +741,7 @@ void patchTextFiles(const char *newInstallBase) ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment