Skip to content

[ticket/17707] Fix resource leaks and file lock errors across storage… - #7032

Open
rubencm wants to merge 1 commit into
phpbb:masterfrom
rubencm:ticket/17707
Open

rubencm wants to merge 1 commit into
phpbb:masterfrom
rubencm:ticket/17707

Conversation

@rubencm

@rubencm rubencm commented Sep 17, 2026

Copy link
Copy Markdown
Member

… operations

Ensure file stream handles are consistently closed in try/finally blocks after read/write operations, and clean up temporary files so they are not locked or leaked on disk (especially on Windows).

PHPBB-17707

Checklist:

  • Correct branch: master for new features; 3.3.x for fixes
  • Tests pass
  • Code follows coding guidelines: master and 3.3.x
  • Commit follows commit message format

Tracker ticket:

https://tracker.phpbb.com/browse/PHPBB-12345

… operations

Ensure file stream handles are consistently closed in try/finally blocks
after read/write operations, and clean up temporary files so they are
not locked or leaked on disk (especially on Windows).

PHPBB-17707
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