[PR #2253] [MERGED] Convert manual memory allocations to std::unique_ptr #2418

Closed
opened 2026-03-04 02:05:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2253
Author: @gaul
Created: 8/6/2023
Status: Merged
Merged: 8/11/2023
Merged by: @ggtakec

Base: masterHead: delete


📝 Commits (1)

  • 06ddafa Convert manual memory allocations to std::unique_ptr

📊 Changes

6 files changed (+23 additions, -35 deletions)

View changed files

📝 src/curl.cpp (+3 -9)
📝 src/s3fs.cpp (+5 -5)
📝 src/string_util.cpp (+2 -7)
📝 src/string_util.h (+2 -2)
📝 src/test_string_util.cpp (+8 -7)
📝 src/types.h (+3 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2253 **Author:** [@gaul](https://github.com/gaul) **Created:** 8/6/2023 **Status:** ✅ Merged **Merged:** 8/11/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `delete` --- ### 📝 Commits (1) - [`06ddafa`](https://github.com/s3fs-fuse/s3fs-fuse/commit/06ddafa404644abdf20ea99abb8e3caaf761c342) Convert manual memory allocations to std::unique_ptr ### 📊 Changes **6 files changed** (+23 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+3 -9) 📝 `src/s3fs.cpp` (+5 -5) 📝 `src/string_util.cpp` (+2 -7) 📝 `src/string_util.h` (+2 -2) 📝 `src/test_string_util.cpp` (+8 -7) 📝 `src/types.h` (+3 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2418
No description provided.