GNOME Bugzilla – Bug 320159
a couple cleanups
Last modified: 2005-10-31 16:50:11 UTC
This patch removes some unused code and adds some apparently missing calls to close() on sockets.
Created attachment 54039 [details] [review] possible cleanups
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