gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3392 - branches/GNUnet-0.7.0/src/applications/datastore


From: grothoff
Subject: [GNUnet-SVN] r3392 - branches/GNUnet-0.7.0/src/applications/datastore
Date: Sun, 10 Sep 2006 21:36:52 -0700 (PDT)

Author: grothoff
Date: 2006-09-10 21:36:51 -0700 (Sun, 10 Sep 2006)
New Revision: 3392

Modified:
   branches/GNUnet-0.7.0/src/applications/datastore/prefetch.c
Log:
leak

Modified: branches/GNUnet-0.7.0/src/applications/datastore/prefetch.c
===================================================================
--- branches/GNUnet-0.7.0/src/applications/datastore/prefetch.c 2006-09-11 
04:10:42 UTC (rev 3391)
+++ branches/GNUnet-0.7.0/src/applications/datastore/prefetch.c 2006-09-11 
04:36:51 UTC (rev 3392)
@@ -245,7 +245,7 @@
   SEMAPHORE_FREE(acquireMoreSignal);
   SEMAPHORE_FREE(doneSignal);
   PTHREAD_JOIN(&gather_thread, &unused);
-  for (i=0;i<rCBPos;i++)
+  for (i=0;i<RCB_SIZE;i++)
     FREENONNULL(randomContentBuffer[i].value);
   MUTEX_DESTROY(&lock);
 }





reply via email to

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