CLEANUP: Forgotten garbage collection.

This commit is contained in:
Cas Cremers 2012-05-01 14:27:38 +02:00
parent d713ac400d
commit 49e34e5167

View File

@ -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;
}
}