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

L1 - TvSettings - GetTVSupportedPictureMode #50

Open
Anbukannadhasan opened this issue Nov 6, 2024 · 0 comments
Open

L1 - TvSettings - GetTVSupportedPictureMode #50

Anbukannadhasan opened this issue Nov 6, 2024 · 0 comments
Assignees

Comments

@Anbukannadhasan
Copy link
Contributor

e test test_l1_tvSettings_positive_GetTVSupportedPictureModes incorrectly passed an array of pointers (tvPicModes) to GetTVSupportedPictureModes, which was not necessary as the function expects a single pointer to the data. The function GetTVSupportedPictureModes internally handles memory allocation for the picture modes, and passing a pointer rather than an array resolves this issue. The fix involved adjusting the parameter to correctly pass the pointer and align with the expected function behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant