There is a bitmap leak in the current implementation of dptr_Close. It doesn't actually "fix-up" the bitmap after deallocating the dptr. This patch runs the dptr_Close operation through dptr_close_internal which seems to do all the same things, and in addition actually does the bitmap manipulations. -Ira
Created attachment 5648 [details] dptr_Close patch.
Pushed - thanks ! This also needs to be in 3.5.x. Jeremy.
Created attachment 5651 [details] git am fix for 3.5.x.
Comment on attachment 5651 [details] git am fix for 3.5.x. Metze, vl - please review for 3.5.next and reassign to Karolin. Looks obviously correct to me. Thanks, Jeremy.
Pushed to v3-5-test. Closing out bug report. Thanks!