1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Use an array-list instead of a linked-list of equiv.-classes, part 2.

* src/search.cc (Search::compute_partition): Fix a memory leak.
This commit is contained in:
Bruno Haible
2025-04-20 10:50:29 +02:00
parent e63c9b209e
commit aa03db7dda
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2025-04-20 Bruno Haible <bruno@clisp.org>
Use an array-list instead of a linked-list of equiv.-classes, part 2.
* src/search.cc (Search::compute_partition): Fix a memory leak.
2025-04-20 Bruno Haible <bruno@clisp.org>
Use a hash table in compute_partition, part 2.