зеркало из https://github.com/mozilla/pjs.git
Fixed refcount bug.
This commit is contained in:
Родитель
2b5c14ce28
Коммит
43b43565de
|
@ -119,7 +119,7 @@ SetupRegistry(void)
|
|||
class ConsoleOutputStreamImpl : public nsIOutputStream
|
||||
{
|
||||
public:
|
||||
ConsoleOutputStreamImpl(void) {}
|
||||
ConsoleOutputStreamImpl(void) { NS_INIT_REFCNT(); }
|
||||
virtual ~ConsoleOutputStreamImpl(void) {}
|
||||
|
||||
// nsISupports interface
|
||||
|
|
Загрузка…
Ссылка в новой задаче