aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-simulation-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/gnunet-regex-simulation-profiler.c')
-rw-r--r--src/regex/gnunet-regex-simulation-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-simulation-profiler.c b/src/regex/gnunet-regex-simulation-profiler.c
index fdbc918c2..4b3cf5bcd 100644
--- a/src/regex/gnunet-regex-simulation-profiler.c
+++ b/src/regex/gnunet-regex-simulation-profiler.c
@@ -179,7 +179,7 @@ create_meter (unsigned int total, char *start_string, int print)
179{ 179{
180 struct ProgressMeter *ret; 180 struct ProgressMeter *ret;
181 181
182 ret = GNUNET_malloc (sizeof (struct ProgressMeter)); 182 ret = GNUNET_new (struct ProgressMeter);
183 ret->print = print; 183 ret->print = print;
184 ret->total = total; 184 ret->total = total;
185 ret->modnum = total / 4; 185 ret->modnum = total / 4;