Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory issues #298

Merged
merged 1 commit into from
Jun 16, 2023
Merged

Fix memory issues #298

merged 1 commit into from
Jun 16, 2023

Conversation

@@ -497,8 +497,6 @@ int NeuralAmpModeler::UnserializeState(const IByteChunk& chunk, int startPos)
WDL_String dir;
startPos = chunk.GetStr(this->mNAMPath, startPos);
startPos = chunk.GetStr(this->mIRPath, startPos);
this->mNAM = nullptr;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am sincerely stumped why I thought this was a good idea 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] some possibly important bugs and solutions.
1 participant