This website works better with JavaScript.
Explore
Help
Sign In
grayhook
/
OpenRGB
Watch
1
Star
0
Fork
You've already forked OpenRGB
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
i2c_smbus_linux: closedir() on error path
Browse Source
master
nick black
4 years ago
parent
c69a8d15f2
commit
99cd322721
No known key found for this signature in database
GPG Key ID:
5F43400C21CBFACC
1 changed files
with
1 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
i2c_smbus/i2c_smbus_linux.cpp
Unescape
Escape
View File
@ -96,6 +96,7 @@ bool i2c_smbus_linux_detect()
if
(
ent
=
=
NULL
)
{
closedir
(
dir
)
;
return
(
false
)
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
grayhook/OpenRGB
Title
Body
Create Issue