Skip to content

Fixup unique_ptr<T[], deleter>, now with working custom deleters#17840

Merged
Mytherin merged 2 commits intoduckdb:v1.3-ossivalisfrom
carlopi:cleanup_unique_ptrs
Jun 8, 2025
Merged

Fixup unique_ptr<T[], deleter>, now with working custom deleters#17840
Mytherin merged 2 commits intoduckdb:v1.3-ossivalisfrom
carlopi:cleanup_unique_ptrs

Conversation

@carlopi
Copy link
Contributor

@carlopi carlopi commented Jun 7, 2025

Resolve a FIXME in unique_ptr.hpp by properly propagating deleter, and remove three instances of unchecked std::unique_ptr in the codebase.

@Mytherin Mytherin merged commit a427ccc into duckdb:v1.3-ossivalis Jun 8, 2025
50 checks passed
@Mytherin
Copy link
Collaborator

Mytherin commented Jun 8, 2025

Thanks!

github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Jun 8, 2025
Fixup `unique_ptr<T[], deleter>`, now with working custom deleters (duckdb/duckdb#17840)
github-actions bot added a commit to duckdb/duckdb-r that referenced this pull request Jun 8, 2025
Fixup `unique_ptr<T[], deleter>`, now with working custom deleters (duckdb/duckdb#17840)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants