Skip to content

Progress: Dialog: Fixup memory management#16327

Merged
elad335 merged 4 commits into
RPCS3:masterfrom
elad335:warn-fix
Nov 18, 2024
Merged

Progress: Dialog: Fixup memory management#16327
elad335 merged 4 commits into
RPCS3:masterfrom
elad335:warn-fix

Conversation

@elad335

@elad335 elad335 commented Nov 16, 2024

Copy link
Copy Markdown
Contributor

No description provided.

@elad335 elad335 added the Bugfix label Nov 16, 2024
@elad335 elad335 force-pushed the warn-fix branch 4 times, most recently from c814909 to f966c21 Compare November 16, 2024 18:48

for (u64 i = queue_size - 1;; i--)
{
if (i == umax)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use this as exit condition of for loop. Then break in the scope below.
Return text after the for loop. Less spaghetti

@elad335 elad335 force-pushed the warn-fix branch 3 times, most recently from df651f5 to 26bab1d Compare November 18, 2024 12:31
@elad335 elad335 merged commit cc86e01 into RPCS3:master Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants