Skip to content

Effects Deallocation Crash #12

@govind678

Description

@govind678

The process() function can be called while an effect is deallocating. In these instances, the ring buffer (when in use) gets deallocated first, then the process() is called which tries to access the buffer, and the app crashes.
Add an isDeallocating flag to prevent calls to process().

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions