Uh oh!
There was an error while loading. Please reload this page.
gh-104698: Fix reference leak in mmapmodule.c - #104700
Conversation
Uh oh!
There was an error while loading. Please reload this page.
bedevere-bot
commented
May 20, 2023
🤖 New build scheduled with the buildbot fleet by @JelleZijlstra for commit a4341c7 🤖 If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again. |
JelleZijlstra
left a comment
There was a problem hiding this comment.
Looks good, thanks! Two small suggestions.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
pablogsal
commented
May 21, 2023
Mergin to fix the refleak buildbots and reduce the noise in main. Thanks for the PR @Eclips4 ! |
miss-islington
commented
May 21, 2023
Thanks @Eclips4 for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
bedevere-bot
commented
May 21, 2023
GH-104710 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit 99b6418) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Since macro
CHECK_VALIDneed to redesigned to solve this error, I decided to write new macroCHECK_VALID_AND_RELEASE, which behave the same asCHECK_VALID, but also release a buffer.