esound r512 - trunk
- From: jmouette svn gnome org
- To: svn-commits-list gnome org
- Subject: esound r512 - trunk
- Date: Tue, 18 Nov 2008 20:11:21 +0000 (UTC)
Author: jmouette
Date: Tue Nov 18 20:11:21 2008
New Revision: 512
URL: http://svn.gnome.org/viewvc/esound?rev=512&view=rev
Log:
* esd.c: (main): close the spawnfd when the startup is
successful.
Modified:
trunk/ChangeLog
trunk/esd.c
Modified: trunk/esd.c
==============================================================================
--- trunk/esd.c (original)
+++ trunk/esd.c Tue Nov 18 20:11:21 2008
@@ -1007,6 +1007,7 @@
if(esd_spawnfd >= 0) {
char c = 1; /* Startup succeeded */
write (esd_spawnfd, &c, 1);
+ close (esd_spawnfd);
}
/* until we kill the daemon */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]