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 320159 - a couple cleanups
a couple cleanups
Status: RESOLVED FIXED
Product: nautilus-cd-burner
Classification: Deprecated
Component: cd-burner
unspecified
Other Linux
: High normal
: ---
Assigned To: Nautilus CD Burner Maintainers
Nautilus CD Burner Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-29 10:03 UTC by Kjartan Maraas
Modified: 2005-10-31 16:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
possible cleanups (2.42 KB, patch)
2005-10-29 10:04 UTC, Kjartan Maraas
committed Details | Review

Description Kjartan Maraas 2005-10-29 10:03:49 UTC
This patch removes some unused code and adds some apparently missing calls to
close() on sockets.
Comment 1 Kjartan Maraas 2005-10-29 10:04:33 UTC
Created attachment 54039 [details] [review]
possible cleanups
Comment 2 William Jon McCann 2005-10-31 16:50:11 UTC
Committed to HEAD.  Thanks!

2005-10-31  William Jon McCann  <mccann@jhu.edu>

	* mapping-daemon.c (main): Close sockets before exit to
	avoid compiler warnings.

	* burn-extension.c (write_iso_activate_cb, write_cue_activate_cb) 
	(copy_disc_activate_cb): Remove unused code.

	Patch from Kjartan Maraas <kmaraas@gnome.org> Fixes #320159