Trigger crash in case of more bugs

fix-valgrind-problem-v2-test
Jelte Fennema 2023-02-02 10:51:11 +01:00
parent 820119c859
commit 15ee917baa
1 changed files with 2 additions and 0 deletions

View File

@ -870,6 +870,8 @@ ResetRemoteTransaction(struct MultiConnection *connection)
/* XXX: Should we error out for a critical transaction? */
dlist_delete(&connection->transactionNode);
connection->transactionNode.next = NULL;
connection->transactionNode.prev = NULL;
}
/* just reset the entire state, relying on 0 being invalid/false */