mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Free allocated arrays.
This commit is contained in:
@@ -769,7 +769,9 @@ Search::optimize ()
|
||||
|
||||
Search::~Search ()
|
||||
{
|
||||
delete[] _union_set;
|
||||
delete _collision_detector;
|
||||
delete[] _determined;
|
||||
if (option[DEBUG])
|
||||
{
|
||||
fprintf (stderr, "\ndumping occurrence and associated values tables\n");
|
||||
|
||||
Reference in New Issue
Block a user