Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Panel Plugins
xfce4-cpufreq-plugin
Commits
9f1e10dd
Verified
Commit
9f1e10dd
authored
Feb 27, 2021
by
Jan Ziak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a minor memory leak
parent
d4266643
Pipeline
#7103
passed with stages
in 1 minute and 11 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
panel-plugin/xfce4-cpufreq-plugin.c
panel-plugin/xfce4-cpufreq-plugin.c
+1
-0
No files found.
panel-plugin/xfce4-cpufreq-plugin.c
View file @
9f1e10dd
...
...
@@ -1040,6 +1040,7 @@ cpufreq_free (XfcePanelPlugin *plugin)
cpufreq_destroy_icons
();
g_free
(
cpuFreq
->
options
->
fontname
);
g_free
(
cpuFreq
->
options
->
fontcolor
);
g_free
(
cpuFreq
->
options
);
cpuFreq
->
plugin
=
NULL
;
g_free
(
cpuFreq
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment