Closed Bug 86789 Opened 23 years ago Closed 23 years ago

the bridge does not deallocate objects

Categories

(Core Graveyard :: Java to XPCOM Bridge, defect, P1)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: blackconnect, Assigned: blackconnect)

References

Details

Attachments

(1 file)

Once object get used by the bridge it will not be deallocated.
Make 81122  (Memory leaks) bug to be depended on this one
Blocks: 81122
Priority: -- → P1
Attached patch fix for the bugSplinter Review
The fix is adding refcounting to stubs and proxies.
Another problem is that we have to dealocate proxies with 0 refcount server
side. (On java side, GC do the work. On XPCOM side we have to take care about
it)

The fix is checked in. Closing as fixed.


Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
-- Very old bug. Marking Verified.
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: