diff --git a/src/binding.c b/src/binding.c index 277fa42..59b09a0 100644 --- a/src/binding.c +++ b/src/binding.c @@ -493,6 +493,12 @@ unique_origination () b->ev_from != b2->ev_from) { // Not equal: thus no unique origination. + + // Cleanup of garbage + termlistDelete (terms2); + termlistDelete (sharedterms); + termlistDelete (terms); + return false; } }