Skip to content

Conversation

Noskthing
Copy link

@Noskthing Noskthing commented Aug 28, 2025

What is the goal of this PR?

  • In the latticeDecor_data struct, the in_energy and decor_energy members are not freed during the destruction process.
  • For the qmf_data struct, its buffer_ana and buffer_syn members are 2D arrays, but the outermost pointers of these arrays are not freed during destruction.

What are the changes implemented in this PR?

Corresponding free() operations have been added to the destruction function to address the above issues.

@jananifernandez jananifernandez changed the base branch from master to develop August 30, 2025 07:18
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.

1 participant