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 770116 - [PATCH] Fix memory leaks
[PATCH] Fix memory leaks
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-18 21:12 UTC by Eric R. Schulz
Modified: 2016-08-18 21:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix memory leak in process_visibility_func() (1.11 KB, patch)
2016-08-18 21:12 UTC, Eric R. Schulz
committed Details | Review
Fix memory leak in fill_image_buffer_from_resource(). (1.26 KB, patch)
2016-08-18 21:13 UTC, Eric R. Schulz
committed Details | Review
Fix memory leak in gsm_tree_view_load_state() (734 bytes, patch)
2016-08-18 21:13 UTC, Eric R. Schulz
committed Details | Review
Fix memory leak in cb_main_window_state_changed() (678 bytes, patch)
2016-08-18 21:14 UTC, Eric R. Schulz
committed Details | Review

Description Eric R. Schulz 2016-08-18 21:12:53 UTC
Created attachment 333591 [details] [review]
Fix memory leak in process_visibility_func()

See patches.
Comment 1 Eric R. Schulz 2016-08-18 21:13:18 UTC
Created attachment 333592 [details] [review]
Fix memory leak in fill_image_buffer_from_resource().
Comment 2 Eric R. Schulz 2016-08-18 21:13:40 UTC
Created attachment 333593 [details] [review]
Fix memory leak in gsm_tree_view_load_state()
Comment 3 Eric R. Schulz 2016-08-18 21:14:02 UTC
Created attachment 333594 [details] [review]
Fix memory leak in cb_main_window_state_changed()
Comment 4 Robert Roth 2016-08-18 21:33:19 UTC
Thanks for your contributions.

Attachment 333591 [details] pushed as b1c5f39 - Fix memory leak in process_visibility_func()
Attachment 333592 [details] pushed as 410710a - Fix memory leak in fill_image_buffer_from_resource().
Attachment 333593 [details] pushed as 658f996 - Fix memory leak in gsm_tree_view_load_state()
Attachment 333594 [details] pushed as a458250 - Fix memory leak in cb_main_window_state_changed()