gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12548 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r12548 - gnunet/src/util
Date: Sat, 14 Aug 2010 23:38:01 +0200

Author: grothoff
Date: 2010-08-14 23:38:01 +0200 (Sat, 14 Aug 2010)
New Revision: 12548

Modified:
   gnunet/src/util/scheduler.c
Log:
fix leak of shc_pipe

Modified: gnunet/src/util/scheduler.c
===================================================================
--- gnunet/src/util/scheduler.c 2010-08-14 21:36:08 UTC (rev 12547)
+++ gnunet/src/util/scheduler.c 2010-08-14 21:38:01 UTC (rev 12548)
@@ -756,6 +756,7 @@
           busy_wait_warning = 0;
         }
     }
+  GNUNET_SIGNAL_handler_uninstall (shc_pipe);
   GNUNET_SIGNAL_handler_uninstall (shc_int);
   GNUNET_SIGNAL_handler_uninstall (shc_term);
 #ifndef MINGW




reply via email to

[Prev in Thread] Current Thread [Next in Thread]