We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95eba66 commit dfa417dCopy full SHA for dfa417d
1 file changed
src/Installer.cpp
@@ -1144,7 +1144,9 @@ int RunInstaller() {
1144
LaunchFileIfExists(installerLogPath);
1145
}
1146
1147
+#if 0 // technically a leak but there's no point and we don't want to crash if allocator is corrupted
1148
str::Free(installerLogPath);
1149
str::Free(gFirstError);
1150
+#endif
1151
return ret;
1152
0 commit comments