summaryrefslogtreecommitdiff
path: root/src/backenddb/merchantdb_helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-19 09:52:21 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-19 09:52:21 +0100
commit88a23388c11a755fece7221579be1143e48d32c5 (patch)
treea1dd9f4e08903993dae1df92fd1f2ecb2d94b674 /src/backenddb/merchantdb_helper.c
parentef8927863d6f39098c1c68bbc0bf8a36319caccf (diff)
downloadmerchant-88a23388c11a755fece7221579be1143e48d32c5.tar.gz
merchant-88a23388c11a755fece7221579be1143e48d32c5.tar.bz2
merchant-88a23388c11a755fece7221579be1143e48d32c5.zip
implement protocol v13 (#8638)
Diffstat (limited to 'src/backenddb/merchantdb_helper.c')
-rw-r--r--src/backenddb/merchantdb_helper.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backenddb/merchantdb_helper.c b/src/backenddb/merchantdb_helper.c
index 4ba70e4b..5894525c 100644
--- a/src/backenddb/merchantdb_helper.c
+++ b/src/backenddb/merchantdb_helper.c
@@ -43,6 +43,8 @@ TALER_MERCHANTDB_template_details_free (
{
GNUNET_free (tp->template_description);
GNUNET_free (tp->otp_id);
+ GNUNET_free (tp->required_currency);
+ json_decref (tp->editable_defaults);
json_decref (tp->template_contract);
}
@@ -69,6 +71,7 @@ TALER_MERCHANTDB_pending_webhook_details_free (
GNUNET_free (pwb->body);
}
+
void
TALER_MERCHANTDB_token_family_details_free (
struct TALER_MERCHANTDB_TokenFamilyDetails *tf)