diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-21 16:14:49 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-21 16:14:54 +0200 |
commit | 0bbb02adc90f7b968d52c65e566737228964f7d3 (patch) | |
tree | 31b47bf7fa383a097220d5b73e93658a3b367b6c /src | |
parent | ba2d435ec00465d7235cbe26b958e22be70a87c5 (diff) |
-add missing check
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-get-products-ID.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-products-ID.c b/src/backend/taler-merchant-httpd_private-get-products-ID.c index 32be4d7c..18d7c78e 100644 --- a/src/backend/taler-merchant-httpd_private-get-products-ID.c +++ b/src/backend/taler-merchant-httpd_private-get-products-ID.c @@ -90,6 +90,7 @@ TMH_private_get_products_ID (const struct TMH_RequestHandler *rh, (json_int_t) pd.total_lost, "address", pd.address); + GNUNET_assert (NULL != reply); GNUNET_free (pd.description); GNUNET_free (pd.unit); if (0 != pd.next_restock.abs_value_us) |