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

AP_GPS: UBLOX: fix memory leak when "F9" GNSS configuration is used #29374

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

peterbarker
Copy link
Contributor

pointer persists in the object and is re-used, but never freed.

Not really a problem if you're only detecting once, could be a problem if you've got intermittent connectivity to your GPS...

pointer persists in the object and is re-used, but never freed.

Not really a problem if you're only detecting once, could be a problem if you've got intermittent connectivity to your GPS...
@tridge tridge merged commit 353744e into ArduPilot:master Feb 26, 2025
102 checks passed
@peterbarker peterbarker deleted the pr/fix-config-leak branch February 26, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants