mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[MallocChecker] Remove duplicate QCoreApplication::postEvent check. NFCI.
This appears to have been in the original patch in D14170. Reported as "Snippet 11" in https://www.viva64.com/en/b/0771/
This commit is contained in:
parent
5a855551cb
commit
2bc2e2e9fe
@ -3110,11 +3110,6 @@ bool MallocChecker::mayFreeAnyEscapedMemoryOrIsModeledExplicitly(
|
||||
return true;
|
||||
}
|
||||
|
||||
if (FName == "postEvent" &&
|
||||
FD->getQualifiedNameAsString() == "QCoreApplication::postEvent") {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (FName == "connectImpl" &&
|
||||
FD->getQualifiedNameAsString() == "QObject::connectImpl") {
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user