Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
luvcview
luvcview-memory-leaks.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File luvcview-memory-leaks.patch of Package luvcview
Index: v4l2uvc.c =================================================================== --- v4l2uvc.c.orig +++ v4l2uvc.c @@ -225,6 +225,8 @@ int enum_controls(int vd) //struct vdIn return 0; fatal_controls: return -1; + + free(getinput); } int save_controls(int vd) { @@ -426,6 +428,7 @@ static int init_v4l2(struct vdIn *vd) fatal: return -1; + free(setfps); } static int video_enable(struct vdIn *vd)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor