CLEANUP: Forgotten garbage collection.
This commit is contained in:
parent
d713ac400d
commit
49e34e5167
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user