Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnome-battery-bench
Commits
e2c5fa77
Commit
e2c5fa77
authored
May 04, 2017
by
Christian Kellner
Browse files
SystemInfo: free renderer information
parent
9b6209d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/system-info.c
View file @
e2c5fa77
...
...
@@ -108,6 +108,8 @@ gbb_system_info_finalize(GbbSystemInfo *info)
g_free
(
info
->
gnome_distributor
);
g_free
(
info
->
gnome_date
);
g_free
(
info
->
renderer
);
G_OBJECT_CLASS
(
gbb_system_info_parent_class
)
->
finalize
(
G_OBJECT
(
info
));
}
...
...
Write
Preview
Supports
Markdown
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