Christian Grothoff 2 years ago
parent
commit
59a36b88e6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/json/json.c

+ 2 - 1
src/json/json.c

@@ -87,7 +87,8 @@ GNUNET_JSON_parse_free (struct GNUNET_JSON_Specification *spec)
 {
   for (unsigned int i = 0; NULL != spec[i].parser; i++)
     if (NULL != spec[i].cleaner)
-      spec[i].cleaner (spec[i].cls, &spec[i]);
+      spec[i].cleaner (spec[i].cls,
+                       &spec[i]);
 }