[Transaction.c] GValue string must be unset

This commit is contained in:
Christopher Lam
2021-08-24 21:38:16 +08:00
parent a47bee97d6
commit 001b34616f
2 changed files with 78 additions and 37 deletions

View File

@@ -120,6 +120,10 @@ struct transaction_s
char * readonly_reason;
gboolean reason_cache_valid;
char * doclink;
char * void_reason;
char * notes;
/* Cached bool value to indicate whether this is a closing txn. This is
* cached from the KVP value because it is queried a lot. Tri-state value: -1
* = uninitialized; 0 = FALSE, 1 = TRUE. */