[PR #2711] [MERGED] Fix usage of free for stack variable #1144

Closed
opened 2026-01-29 19:11:18 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/2711
Author: @Dushistov
Created: 11/7/2021
Status: Merged
Merged: 11/8/2021
Merged by: @stenzek

Base: masterHead: patch-1


📝 Commits (1)

  • 39a9997 Fix usage of free for stack variable

📊 Changes

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

View changed files

📝 src/common/log.cpp (+1 -1)

📄 Description

Based on warning from pvs static analyzer (https://habr.com/ru/company/pvs-studio/blog/586700/)


🔄 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/stenzek/duckstation/pull/2711 **Author:** [@Dushistov](https://github.com/Dushistov) **Created:** 11/7/2021 **Status:** ✅ Merged **Merged:** 11/8/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`39a9997`](https://github.com/stenzek/duckstation/commit/39a9997fd0e84c343ed6a1248b66eebf148ea029) Fix usage of `free` for stack variable ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/common/log.cpp` (+1 -1) </details> ### 📄 Description Based on warning from pvs static analyzer (https://habr.com/ru/company/pvs-studio/blog/586700/) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:11:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#1144