-
Notifications
You must be signed in to change notification settings - Fork 17
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
probe_sensor in raspiraw.c is leaking #6
Comments
Not really a leak as there is no allocation involved. It is true that it does return the last sensor. |
Previously it just took the last sensor defined. Fixes issue #6.
Fixed. |
Previously it just took the last sensor defined. Fixes issue #6.
Previously it just took the last sensor defined. Fixes issue #6.
If the while loop does not find any sensor, the function still return the last sensor searched, instead of NULL.
The text was updated successfully, but these errors were encountered: