Fixed #3185 (Add three more exit functions)
This commit is contained in:
parent
9a1b195d79
commit
6047a28902
|
@ -559,6 +559,9 @@ void CheckMemoryLeakInFunction::parse_noreturn()
|
|||
noreturn.insert("verr");
|
||||
noreturn.insert("errx");
|
||||
noreturn.insert("verrx");
|
||||
noreturn.insert("ExitProcess");
|
||||
noreturn.insert("ExitThread");
|
||||
noreturn.insert("pthread_exit");
|
||||
|
||||
std::list<Scope>::const_iterator scope;
|
||||
|
||||
|
|
Loading…
Reference in New Issue