Rollup merge of #120145 - the8472:fix-inplace-dest-drop, r=cuviper

fix: Drop guard was deallocating with the incorrect size

InPlaceDstBufDrop holds onto the allocation before the shrinking happens which means it must deallocate the destination elements but the source allocation.

Thanks `@cuviper` for spotting this.
This commit is contained in:
Matthias Krüger 2024-01-21 12:28:53 +01:00 committed by GitHub
commit b08a0496c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

Diff content is not available