From 49e34e51676f57ae2123d94bcd7a237248ca22d1 Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Tue, 1 May 2012 14:27:38 +0200 Subject: [PATCH] CLEANUP: Forgotten garbage collection. --- src/binding.c | 6 ++++++ 1 file changed, 6 insertions(+) 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; } }