diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-09-15 12:39:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-09-15 12:39:15 +0200 |
commit | ebd2e7d763689430d37386903ac190da4943ce2c (patch) | |
tree | 52e62b3005e39923590b300dfa04a37fb88354a0 /src/include | |
parent | a3d272eb9d1fdb130e98fc9d67198106a2aef53d (diff) |
fix leaks and unnecessary fetch of RSA signature on refresh/reveal
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 11404959d..90643d62e 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1827,7 +1827,9 @@ struct TALER_EXCHANGEDB_Plugin * @param cls the @e cls of this struct with the plugin-specific state * @param session database handle to use * @param rc commitment to use for the lookup - * @param[out] refresh_melt where to store the result + * @param[out] refresh_melt where to store the result; note that + * refresh_melt->session.coin.denom_sig will be set to NULL + * and is not fetched by this routine (as it is not needed by the client) * @return transaction status */ enum GNUNET_DB_QueryStatus |