gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3313 - GNUnet/src/util/config_impl


From: grothoff
Subject: [GNUnet-SVN] r3313 - GNUnet/src/util/config_impl
Date: Thu, 24 Aug 2006 20:15:56 -0700 (PDT)

Author: grothoff
Date: 2006-08-24 20:15:54 -0700 (Thu, 24 Aug 2006)
New Revision: 3313

Modified:
   GNUnet/src/util/config_impl/impl.c
Log:
leak

Modified: GNUnet/src/util/config_impl/impl.c
===================================================================
--- GNUnet/src/util/config_impl/impl.c  2006-08-25 03:14:21 UTC (rev 3312)
+++ GNUnet/src/util/config_impl/impl.c  2006-08-25 03:15:54 UTC (rev 3313)
@@ -145,6 +145,9 @@
       GE_ASSERT(cfg->data->ectx,
                e->dirty_val == NULL);
     }
+    GROW(sec->entries,
+        sec->size,
+        0);
     FREE(sec->name);
   }
   GROW(cfg->data->sections,





reply via email to

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