bugfix:set pointer to nullptr

master
Qiangguo Feng 2021-10-09 13:38:52 +08:00 committed by GitHub
parent 72410a2d5f
commit aa498f1390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ int main()
printf("\n\n");
delete subject;
subject = nullptr;
system("pause");
return 0;
}
}