fix AddressSanitizer: heap-use-after-free error

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6980 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 34c5dae132d963580284a8a801ad37c2481f6606
Former-commit-id: 2fd5cbb18194f4e44b53288f45af10e0783f4b40
This commit is contained in:
iobyte 2020-04-26 21:19:07 +00:00
parent 17715018f0
commit d52a9683b7

View file

@ -260,7 +260,7 @@ main(int argc, char *argv[])
// That's all (but trace what we are doing).
if (piUserItf && piRaceEngine)
GfLogInfo("Exiting normally from %s.\n", strAppName.c_str());
std::cout << "Exiting normally from " << strAppName << "." << std::endl;
else
std::cerr << "Exiting from " << strAppName
<< " after some error occurred (see above)." << std::endl;