[PR #27] [CLOSED] Fix unitialized variables #63

Closed
opened 2026-05-05 22:04:02 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/airwindows/airwindows/pull/27
Author: @falkTX
Created: 3/27/2021
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • b2298e0 Fix unitialized variables

📊 Changes

6 files changed (+13 additions, -0 deletions)

View changed files

📝 plugins/LinuxVST/src/BuildATPDF/BuildATPDF.cpp (+2 -0)
📝 plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2.cpp (+2 -0)
📝 plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxe.cpp (+1 -0)
📝 plugins/LinuxVST/src/ResEQ/ResEQ.cpp (+5 -0)
📝 plugins/LinuxVST/src/Slew/Slew.cpp (+1 -0)
📝 plugins/LinuxVST/src/StarChild/StarChild.cpp (+2 -0)

📄 Description

When trying a few plugins, I noticed ResEQ produced a very loud noise when loaded.
Doing some debugging could be seen some variables were not initialized.
I ran through the entire plugin collection through valgrind (in Linux) and fixed up things to the best of my knowledge.


🔄 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/airwindows/airwindows/pull/27 **Author:** [@falkTX](https://github.com/falkTX) **Created:** 3/27/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b2298e0`](https://github.com/airwindows/airwindows/commit/b2298e05aecb516fa0647073cc6d985801681f51) Fix unitialized variables ### 📊 Changes **6 files changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `plugins/LinuxVST/src/BuildATPDF/BuildATPDF.cpp` (+2 -0) 📝 `plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2.cpp` (+2 -0) 📝 `plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxe.cpp` (+1 -0) 📝 `plugins/LinuxVST/src/ResEQ/ResEQ.cpp` (+5 -0) 📝 `plugins/LinuxVST/src/Slew/Slew.cpp` (+1 -0) 📝 `plugins/LinuxVST/src/StarChild/StarChild.cpp` (+2 -0) </details> ### 📄 Description When trying a few plugins, I noticed ResEQ produced a very loud noise when loaded. Doing some debugging could be seen some variables were not initialized. I ran through the entire plugin collection through valgrind (in Linux) and fixed up things to the best of my knowledge. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:04:02 -06:00
Sign in to join this conversation.
No labels
pull-request
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: github-starred/airwindows#63
No description provided.