Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ionpump
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
ionpump
Commits
fb9f48e6
Commit
fb9f48e6
authored
10 months ago
by
Alessio Igor Bogani
Browse files
Options
Downloads
Patches
Plain Diff
Fix a memory leak
parent
060ce636
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Ionpump.cpp
+2
-1
2 additions, 1 deletion
src/Ionpump.cpp
with
2 additions
and
1 deletion
src/Ionpump.cpp
+
2
−
1
View file @
fb9f48e6
...
...
@@ -215,7 +215,8 @@ void Ionpump::always_executed_hook()
// Fallback to StatMaskX
get_statmask
();
}
if
(
devattrs
)
delete
devattrs
;
/*----- PROTECTED REGION END -----*/
// Ionpump::always_executed_hook
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment