Skip to content
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

refactor: replace double brace initialization and use init block #161

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

pcvolkmer
Copy link
Collaborator

DBI creates an anonymous class wich can lead to memory leaks. This patch replaces its use with an (static) init block.

@pcvolkmer pcvolkmer marked this pull request as draft November 19, 2024 13:47
DBI creates an anonymous class wich can lead to memory leaks. This patch
replaces its use with an (static) init block.
@pcvolkmer pcvolkmer marked this pull request as ready for review November 19, 2024 13:58
@pcvolkmer pcvolkmer requested review from chgl and MarcelErpi November 19, 2024 13:59
@chgl chgl merged commit ff9d67e into bzkf:master Nov 19, 2024
16 checks passed
@miracum-bot
Copy link
Collaborator

🎉 This PR is included in version 2.2.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@pcvolkmer pcvolkmer deleted the refac_initblock branch November 20, 2024 12:33
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.

3 participants