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

[BUG]-DSP Base does not initialize Dictionaries #1167

Open
ngenovese11 opened this issue Jan 17, 2024 · 0 comments
Open

[BUG]-DSP Base does not initialize Dictionaries #1167

ngenovese11 opened this issue Jan 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ngenovese11
Copy link
Contributor

Was this bug identified in a specific build version?
Latest

Describe the bug
DspBase exposes 3 Dictionaries for LevelControlPoints, DialerControlPoints, and SwitcherControlPoings. The set accessors are private, and the Dictionaries are never created in the base class, so attempting to add control points to the dictionary throws a Null Ref Exception

**Proposed fix
Create the dictionaries in the DspBase constructor.

@ngenovese11 ngenovese11 added the bug Something isn't working label Jan 17, 2024
@ngenovese11 ngenovese11 self-assigned this Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant