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:
parent
17715018f0
commit
d52a9683b7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue