Closed
Bug 374837
Opened 18 years ago
Closed 3 years ago
XUL.mfl is not released before JVM exist
Categories
(Core Graveyard :: Java to XPCOM Bridge, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gerald_leder, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Build Identifier:
I'm using xulrunner 1.8.1.3. I want to clean my profile directory after shutdown but I cannot because Mozilla holds still a reference to the XUL.mfl file.
As already written in bug 374315 there is another problem with the XUL.mfl. The problem is that its not released on Mozilla.getInstance().termEmbedding();
I dont have any control over this files because I don't create it.
Reproducible: Always
Steps to Reproduce:
1. Open Xulrunner in ATF
2. Open a page
3. Try to shutdown
4. Try to clean the profile directory in a shutdown hook. Its not possible because Mozilla holds a reference to it.
Assignee | ||
Updated•10 years ago
|
Product: Core → Core Graveyard
Comment 1•3 years ago
|
||
JavaXPCOM was removed in bug 648593.
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•