зеркало из https://github.com/mozilla/pjs.git
Bug 203973 txXSLTProcessor::shutdown releases a log module it doesn't own
r=axel sr=peterv
This commit is contained in:
Родитель
4b6c99ba60
Коммит
61611942c3
|
@ -60,14 +60,9 @@ public:
|
|||
txLog::xpath = PR_NewLogModule("xpath"); \
|
||||
txLog::xslt = PR_NewLogModule("xslt")
|
||||
|
||||
#define TX_LG_DELETE \
|
||||
PR_FREEIF(txLog::xpath); \
|
||||
PR_FREEIF(txLog::xslt)
|
||||
|
||||
#else
|
||||
|
||||
#define TX_LG_IMPL
|
||||
#define TX_LG_CREATE
|
||||
#define TX_LG_DELETE
|
||||
|
||||
#endif
|
||||
|
|
|
@ -93,8 +93,6 @@ txXSLTProcessor::shutdown()
|
|||
txXSLTAtoms::shutdown();
|
||||
|
||||
txHandlerTable::shutdown();
|
||||
|
||||
TX_LG_DELETE;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче