Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tidy: Quiet "potential memory leak" warning.
This memory leak warning is a false positive. The ImportNative object is added to a list in its constructor, several levels up the inheritance chain in the constructor for a MythUIType object. https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-newdeleteleaks
- Loading branch information