aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2012-06-15 15:27:12 -0400
committerAdam Domurad <[email protected]>2012-06-15 15:27:12 -0400
commit8ca285c865a27687cbc84525e8331aeb1b923389 (patch)
tree1bd8c5e8401661380619ef684212b4ff8023f688 /ChangeLog
parent51b3c90f20ed3c29866cd40ce057365a4ac17954 (diff)
Fixed two memory leaks in C++ side of plugin
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8aa04b8..0bfc641 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-06-15 Adam Domurad <[email protected]>
+
+ Fixed two memory leaks
+ * plugin/icedteanp/IcedTeaNPPlugin.cc
+ (consume_message): Call to g_strsplit matched with call to g_strfreev.
+ * plugin/icedteanp/IcedTeaPluginUtils.cc
+ (post): Removed copy of string, which assumed consumer freed string
+ (which was not true and not always possible)
+
2012-06-11 Danesh Dadachanji <[email protected]>
PR855: AppletStub getDocumentBase() doesn't return full URL