Skip to content

Code formatting #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 12, 2024
Merged

Code formatting #26

merged 3 commits into from
May 12, 2024

Conversation

vozdeckyl
Copy link
Owner

No description provided.

@vozdeckyl vozdeckyl merged commit 0d788a5 into master May 12, 2024
4 checks passed
@vozdeckyl vozdeckyl deleted the code-formatting branch May 12, 2024 18:27
m_screenEnded(false), m_waitForMS(0)
{
m_screen = new char[height * width];
m_screenTextColor = new Color[height * width];

Check warning

Code scanning / CodeQL

Resource not released in destructor Warning test

Resource m_screenTextColor is acquired by class mockScreen but not released anywhere in this class.
{
m_screen = new char[height * width];
m_screenTextColor = new Color[height * width];
m_screenBackgroundColor = new Color[height * width];

Check warning

Code scanning / CodeQL

Resource not released in destructor Warning test

Resource m_screenBackgroundColor is acquired by class mockScreen but not released anywhere in this class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant