GNOME Bugzilla – Bug 161337
Double free in trie.c table.c
Last modified: 2006-01-30 12:26:43 UTC
There are double free calls in trie.c table.c Please see attached patch which should fix them.
Created attachment 34847 [details] [review] Patch This patch should fix the double free problems.
Marking up since this can lead to crashes etc.
Looks like the table.c part is in there already. Is the second hunk still needed?
Of course, otherwise even the testing trie executable will crash. I don't know if the code is used on normal terminal modes however it could be used if there are more sophisticated rules in it.
This should go in now IMO. It's also in the ubuntu vte package (at least in breezy). So I think it should go in for 0.11.15 my 2 cents ;)
Committed to HEAD. Thanks.