[PR #2725] [MERGED] Replaced the free call with std::string #2745

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2725
Author: @ggtakec
Created: 8/30/2025
Status: Merged
Merged: 8/30/2025
Merged by: @gaul

Base: masterHead: fix/nofree


📝 Commits (1)

  • d97e256 Replaced the free call with std::string

📊 Changes

1 file changed (+14 additions, -6 deletions)

View changed files

📝 src/s3fs_util.cpp (+14 -6)

📄 Description

Relevant Issue (if applicable)

#2721

Details

Similar to the fix in #2721, we changed the code that currently uses free() to std::string, which can be replaced with it.


🔄 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/2725 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 8/30/2025 **Status:** ✅ Merged **Merged:** 8/30/2025 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `fix/nofree` --- ### 📝 Commits (1) - [`d97e256`](https://github.com/s3fs-fuse/s3fs-fuse/commit/d97e256f388e0b7e823f42e22a79fe173160324b) Replaced the free call with std::string ### 📊 Changes **1 file changed** (+14 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/s3fs_util.cpp` (+14 -6) </details> ### 📄 Description ### Relevant Issue (if applicable) #2721 ### Details Similar to the fix in #2721, we changed the code that currently uses free() to std::string, which can be replaced with it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:07:05 +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#2745
No description provided.