aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2012-12-20 11:11:05 -0500
committerAdam Domurad <[email protected]>2012-12-20 11:11:05 -0500
commita07ec4dbc1b8d24edc6a2cd3f8a878adc54bffdb (patch)
tree2c5a8d96f3b355471cbdfbf88f6f5f6dea00c8c7 /ChangeLog
parent04a95e4790705edd9d0997db94176dc19f326729 (diff)
Fix 2 memory leaks, pass corresponding C++ unit tests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe204c0..cd6ae39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-12-20 Adam Domurad <[email protected]>
+ * plugin/icedteanp/IcedTeaScriptablePluginObject.cc
+ (IcedTeaScriptableJavaObject::deAllocate): Fix memory leak
+ (IcedTeaScriptableJavaPackageObject::deAllocate): Fix memory leak
+
+2012-12-20 Adam Domurad <[email protected]>
+
* tests/cpp-unit-tests/browser_mock.cc
(mock_retainobject): New, mocks behaviour of NPAPI retainobject
(mock_releaseobject): New, mocks behaviour of NPAPI releaseobject