summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwl <wl>2009-04-10 18:13:29 +0000
committerwl <wl>2009-04-10 18:13:29 +0000
commitf68481cd98e1d8451dd16d6d1b1b3513110a5559 (patch)
tree49c5bbf5565ac3b6119b4afb1a380bf0e8717915 /ChangeLog
parent3cfd0f2fc12bdff5fd0b587fa98a655805eff75b (diff)
downloadgroff-f68481cd98e1d8451dd16d6d1b1b3513110a5559.tar.gz
Fix a memory leak in troff for -Thtml.
Reported by Urs Eggli <Urs.Eggli@zuerich.ch>. * src/roff/troff/node.h (node::~node): Move to... * src/roff/troff/node.cpp: Here. Free `state' and `push_state'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e4d445b..c191cfb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-04-10 Werner LEMBERG <wl@gnu.org>
+
+ Fix a memory leak in troff for -Thtml.
+ Reported by Urs Eggli <Urs.Eggli@zuerich.ch>.
+
+ * src/roff/troff/node.h (node::~node): Move to...
+ * src/roff/troff/node.cpp: Here. Free `state' and `push_state'.
+
2009-04-01 Werner LEMBERG <wl@gnu.org>
* tmac/doc.tmac: Call `ec' before mapping characters.