gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3295 - in GNUnet/src/util: os threads


From: grothoff
Subject: [GNUnet-SVN] r3295 - in GNUnet/src/util: os threads
Date: Thu, 24 Aug 2006 15:56:43 -0700 (PDT)

Author: grothoff
Date: 2006-08-24 15:56:39 -0700 (Thu, 24 Aug 2006)
New Revision: 3295

Modified:
   GNUnet/src/util/os/semaphoretest.c
   GNUnet/src/util/threads/signal.c
Log:
leak

Modified: GNUnet/src/util/os/semaphoretest.c
===================================================================
--- GNUnet/src/util/os/semaphoretest.c  2006-08-24 03:58:20 UTC (rev 3294)
+++ GNUnet/src/util/os/semaphoretest.c  2006-08-24 22:56:39 UTC (rev 3295)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2003, 2004 Christian Grothoff (and other contributing 
authors)
+     (C) 2001, 2002, 2003, 2004, 2006 Christian Grothoff (and other 
contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: GNUnet/src/util/threads/signal.c
===================================================================
--- GNUnet/src/util/threads/signal.c    2006-08-24 03:58:20 UTC (rev 3294)
+++ GNUnet/src/util/threads/signal.c    2006-08-24 22:56:39 UTC (rev 3295)
@@ -65,5 +65,6 @@
   GE_ASSERT(NULL, (ctx->sig == signal) && (ctx->method == handler));
   sigemptyset(&sig.sa_mask);
   sigaction(signal,  &ctx->oldsig, &sig);
+  FREE(ctx);
 }
 #endif





reply via email to

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