aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_sampler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/gnunet-service-rps_sampler.c')
-rw-r--r--src/rps/gnunet-service-rps_sampler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rps/gnunet-service-rps_sampler.c b/src/rps/gnunet-service-rps_sampler.c
index 2ac6054f4..a3e33e5c8 100644
--- a/src/rps/gnunet-service-rps_sampler.c
+++ b/src/rps/gnunet-service-rps_sampler.c
@@ -327,6 +327,7 @@ sampler_resize (struct RPS_Sampler *sampler, unsigned int new_size)
327 "-%" PRIu32 ": %s", 327 "-%" PRIu32 ": %s",
328 i, 328 i,
329 sampler->sampler_elements[i]->file_name); 329 sampler->sampler_elements[i]->file_name);
330 GNUNET_free (sampler->sampler_elements[i]);
330 } 331 }
331 332
332 GNUNET_array_grow (sampler->sampler_elements, 333 GNUNET_array_grow (sampler->sampler_elements,