Skip to content

Fix resource leaks and incorrect memset sizes#918

Merged
bradharding merged 1 commit intobradharding:masterfrom
devnexen:stale_ptr_fixes
Mar 14, 2026
Merged

Fix resource leaks and incorrect memset sizes#918
bradharding merged 1 commit intobradharding:masterfrom
devnexen:stale_ptr_fixes

Conversation

@devnexen
Copy link
Copy Markdown
Contributor

  • Fix SDL clipboard text leaked twice per paste in console (c_console.c)
  • Fix SDL_iconv_utf8_ucs4 result leaked on every text input event (i_video.c)
  • Fix fuzz tables only 1/4 cleared due to missing sizeof(int) in memset (r_draw.c)

- Fix SDL clipboard text leaked twice per paste in console (c_console.c)
- Fix SDL_iconv_utf8_ucs4 result leaked on every text input event (i_video.c)
- Fix fuzz tables only 1/4 cleared due to missing sizeof(int) in memset (r_draw.c)
@devnexen devnexen requested a review from bradharding as a code owner March 14, 2026 08:13
@bradharding bradharding merged commit 90cb7f5 into bradharding:master Mar 14, 2026
5 checks passed
@bradharding
Copy link
Copy Markdown
Owner

Thanks @devnexen!

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.

2 participants