Please report new issues athttps://github.com/DOCGroup
The Key_List class has several strings that are initialized with static strings. In the Key_List::output_types () method their contents are changed to strings that were allocated on the heap. Deallocation of these strings never occurs, nor can it occur if the members contain static strings. Suggested Solution: Remove the evil statically vs. dynamically allocated strings assignments, and stick with one type of allocation (most likely dynamically allocated strings).
Accepted, but I don't have time to look at this right now so hopefully someone else does.
Fixed. See the gperf ChangeLog entry (in the gperf ChangeLog not ACE). ChangeLogTag:Wed Mar 8 17:26:22 2000 Ossama Othman <ossama@uci.edu>
I introduced a regression. The change has been reverted.
Mine again.
Not fixed yet.