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

feat(usb_host_uvc): support dual camera with hub (IEC-246) #109

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

feat(usb_host_uvc): support get frame list when device insert

290d524
Select commit
Loading
Failed to load commit list.
Open

feat(usb_host_uvc): support dual camera with hub (IEC-246) #109

feat(usb_host_uvc): support get frame list when device insert
290d524
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / clang-tidy succeeded Jan 8, 2025 in 5s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 421 in host/class/uvc/usb_host_uvc/uvc_descriptor_parsing.c

See this annotation in the file changed.

Code scanning / clang-tidy

Potential leak of memory pointed to by 'frame_info' [clang-analyzer-unix.Malloc] Warning

Potential leak of memory pointed to by 'frame_info' [clang-analyzer-unix.Malloc]

Check warning on line 421 in host/class/uvc/usb_host_uvc/uvc_descriptor_parsing.c

See this annotation in the file changed.

Code scanning / clang-tidy

Potential leak of memory pointed to by 'new_frame_info' [clang-analyzer-unix.Malloc] Warning

Potential leak of memory pointed to by 'new_frame_info' [clang-analyzer-unix.Malloc]