GNOME Bugzilla – Bug 334047
crash in markup backend
Last modified: 2006-03-10 01:59:55 UTC
backends/markup-tree.c:parse_tree frees the context in some error paths, even if it was not allocated. This is with current cvs, 2.13.5 leaks the context instead...
Created attachment 60989 [details] [review] fix the crash
This problem was introduced by 2006-03-06 Kjartan Maraas <kmaraas@gnome.org> * backends/markup-tree.c: (parse_tree): Free the parse context in some more cases. Fixes bug #332528.
I commited this. Thanks for setting me straight :)