[rfc][icedtea-web] C++ unit-tests for memory leak w/ simple leak-detecting operator-new, along with fix
Adam Domurad
adomurad at redhat.com
Wed Dec 19 06:35:34 PST 2012
The unit test infrastructure + tests:
2012-12-XX Adam Domurad <adomurad at redhat.com>
* tests/cpp-unit-tests/browser_mock.cc
(mock_retainobject): New, mocks behaviour of NPAPI retainobject
(mock_releaseobject): New, mocks behaviour of NPAPI releaseobject
* tests/cpp-unit-tests/main.cc: Add warning of memory leak based on
operator-new.
* tests/cpp-unit-tests/IcedTeaScriptablePluginObjectTest.cc: New, tests
for memory leak in (IcedTeaScriptableJavaObject::deAllocate) and
(IcedTeaScriptableJavaPackageObject::deAllocate)
* tests/cpp-unit-tests/checked_allocations.h: Defines set that does not
use operator-new, to prevent recursion in overloaded operator-new
* tests/cpp-unit-tests/checked_allocations.cc: Operator new overload
that has allocation-set for querying live allocations.
The fix:
2012-12-XX Adam Domurad <adomurad at redhat.com>
* plugin/icedteanp/IcedTeaScriptablePluginObject.cc
(IcedTeaScriptableJavaObject::deAllocate): Fix memory leak
(IcedTeaScriptableJavaPackageObject::deAllocate): Fix memory leak
-------------- next part --------------
A non-text attachment was scrubbed...
Name: operatornew-check.patch
Type: text/x-patch
Size: 12130 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121219/2c30702f/operatornew-check.patch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: operatornew-fix.patch
Type: text/x-patch
Size: 704 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121219/2c30702f/operatornew-fix.patch
More information about the distro-pkg-dev
mailing list