aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_performance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_performance.c')
-rw-r--r--src/ats/gnunet-service-ats_performance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_performance.c b/src/ats/gnunet-service-ats_performance.c
index 8aad96eea..b9d918103 100644
--- a/src/ats/gnunet-service-ats_performance.c
+++ b/src/ats/gnunet-service-ats_performance.c
@@ -307,7 +307,7 @@ GAS_performance_add_client (struct GNUNET_SERVER_Client *client,
307 struct PerformanceClient *pc; 307 struct PerformanceClient *pc;
308 GNUNET_break (NULL == find_client (client)); 308 GNUNET_break (NULL == find_client (client));
309 309
310 pc = GNUNET_malloc (sizeof (struct PerformanceClient)); 310 pc = GNUNET_new (struct PerformanceClient);
311 pc->client = client; 311 pc->client = client;
312 pc->flag = flag; 312 pc->flag = flag;
313 313