After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788223 - Use g_auto to reduce memory leaks
Use g_auto to reduce memory leaks
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Sound
git master
Other Linux
: Normal normal
: ---
Assigned To: Control center sound maintainer(s)
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-09-27 01:41 UTC by Robert Ancell
Modified: 2018-01-26 01:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sound: Use g_auto for variables (27.88 KB, patch)
2017-09-27 01:41 UTC, Robert Ancell
committed Details | Review

Description Robert Ancell 2017-09-27 01:41:07 UTC
Created attachment 360509 [details] [review]
sound: Use g_auto for variables

Use the g_auto macros to reduce memory leaks. Found one in this panel.
Comment 1 Robert Ancell 2017-12-05 03:44:06 UTC
Any chance of a review?
Comment 2 Georges Basile Stavracas Neto 2018-01-26 01:31:09 UTC
Review of attachment 360509 [details] [review]:

Thank you, Robert, and sorry for the delay. The patch looks wonderful!
Comment 3 Georges Basile Stavracas Neto 2018-01-26 01:31:39 UTC
Attachment 360509 [details] pushed as 911e7d4 - sound: Use g_auto for variables