diff options
author | Adam Domurad <[email protected]> | 2012-06-15 15:27:12 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2012-06-15 15:27:12 -0400 |
commit | 8ca285c865a27687cbc84525e8331aeb1b923389 (patch) | |
tree | 1bd8c5e8401661380619ef684212b4ff8023f688 /ChangeLog | |
parent | 51b3c90f20ed3c29866cd40ce057365a4ac17954 (diff) |
Fixed two memory leaks in C++ side of plugin
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |