mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-15 06:05:55 -06:00
[PR #27] [CLOSED] Fix unitialized variables #63
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/airwindows#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/airwindows/airwindows/pull/27
Author: @falkTX
Created: 3/27/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
b2298e0Fix 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.