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 375326 - Fix a couple leaks reported by valgrind
Fix a couple leaks reported by valgrind
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-14 22:25 UTC by Kjartan Maraas
Modified: 2006-11-14 22:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch the leaks (2.01 KB, patch)
2006-11-14 22:26 UTC, Kjartan Maraas
none Details | Review

Description Kjartan Maraas 2006-11-14 22:25:51 UTC
patch attached
Comment 1 Kjartan Maraas 2006-11-14 22:26:31 UTC
Created attachment 76601 [details] [review]
patch the leaks
Comment 2 Vincent Untz 2006-11-14 22:42:26 UTC
2006-11-14  Vincent Untz  <vuntz@gnome.org>

	* panel-compatibility.c: (panel_compatibility_migrate_objects): plug
	leak
	* panel-gdm.c: fix structure
	(gdm_init_protocol_connection): plug leak
	* panel-menu-items.c: (panel_place_menu_item_append_gtk_bookmar):
	handle case when gnome_vfs_get_local_path_from_uri() returns NULL
	Fix bug #375326
	Based on patch by Kjartan Maraas <kmaraas@gnome.org>.