[rfc][icedtea-web] Fix 2 memory leaks in C++ side of icedtea-web plugin
Adam Domurad
adomurad at redhat.com
Fri Jun 15 11:03:57 PDT 2012
This patch fixes two memory leaks in the C++ side of the plugin, and
removes a misleading (ie, wrong) comment.
The g_strsplit was stumbled on, and then searching for (alloc\(|free\()
was fairly good at highlighting malloc/free pairs (of which one a free
was missing.)
ChangeLog:
2012-06-15 Adam Domurad <adomurad at redhat.com>
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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: memleak-fix.patch
Type: text/x-patch
Size: 1931 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120615/a652a39a/memleak-fix.patch
More information about the distro-pkg-dev
mailing list