aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/scalarproduct_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/scalarproduct_api.c')
-rw-r--r--src/scalarproduct/scalarproduct_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scalarproduct/scalarproduct_api.c b/src/scalarproduct/scalarproduct_api.c
index 4ac39614a..44d6bd812 100644
--- a/src/scalarproduct/scalarproduct_api.c
+++ b/src/scalarproduct/scalarproduct_api.c
@@ -417,7 +417,7 @@ GNUNET_SCALARPRODUCT_start_computation (
417 h); 417 h);
418 if (NULL == h->mq) 418 if (NULL == h->mq)
419 { 419 {
420 /* missconfigured scalarproduct service */ 420 /* misconfigured scalarproduct service */
421 GNUNET_break (0); 421 GNUNET_break (0);
422 GNUNET_free (h); 422 GNUNET_free (h);
423 return NULL; 423 return NULL;