-fix call to stats destroy
[oweals/gnunet.git] / src / vpn / gnunet-service-vpn.c
index 7f7dcbf1d1ac781f49510005fd0e9c29e62631b0..796a4a6e109e0eaa0ef701f5b91768a40a0542c4 100644 (file)
@@ -2888,7 +2888,7 @@ cleanup (void *cls GNUNET_UNUSED,
   }
   if (stats != NULL)
   {
-    GNUNET_STATISTICS_destroy (stats, GNUNET_YES);
+    GNUNET_STATISTICS_destroy (stats, GNUNET_NO);
     stats = NULL;
   }
   for (i=0;i<5;i++)