fix leak of shc_pipe
authorChristian Grothoff <christian@grothoff.org>
Sat, 14 Aug 2010 21:38:01 +0000 (21:38 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 14 Aug 2010 21:38:01 +0000 (21:38 +0000)
src/util/scheduler.c

index 6e74cc5a795140989575047a078c84e9d54af0f1..7bb084007238fdc7a6bb355679b0509328e6c51a 100644 (file)
@@ -756,6 +756,7 @@ GNUNET_SCHEDULER_run (GNUNET_SCHEDULER_Task task, void *task_cls)
           busy_wait_warning = 0;
         }
     }
+  GNUNET_SIGNAL_handler_uninstall (shc_pipe);
   GNUNET_SIGNAL_handler_uninstall (shc_int);
   GNUNET_SIGNAL_handler_uninstall (shc_term);
 #ifndef MINGW