Blob Blame History Raw
--- ./plug-ins/compiz-icon/src/applet-notifications.c.tmpuse	2008-06-21 10:12:26.000000000 +0900
+++ ./plug-ins/compiz-icon/src/applet-notifications.c	2008-06-21 12:18:54.000000000 +0900
@@ -35,6 +35,7 @@
 		g_free (cTmpFile);
 		return;
 	}
+	close(fds);
 	gchar *cCommand = g_strdup_printf ("compiz.real --version | awk '{print $2}' > %s", cTmpFile);
 	system (cCommand);
 	g_free (cCommand);