Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:seife:testing
lsyncd
lsyncd-issue686-fix-memleak.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lsyncd-issue686-fix-memleak.patch of Package lsyncd
https://github.com/lsyncd/lsyncd/issues/686 fix an apparent memleak in lsyncd Index: b/lsyncd.lua =================================================================== --- a/lsyncd.lua +++ b/lsyncd.lua @@ -1380,7 +1380,7 @@ local InletFactory = ( function -- events. -- setmetatable( e2d, { __mode = 'k' } ) - setmetatable( e2d2, { __mode = 'v' } ) + setmetatable( e2d2, { __mode = 'kv' } ) -- -- Removes the trailing slash from a path.
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