Added nsWidgetSupport to Makefile. Removed NS_RELASE in widget factory which

would get called after each widget was instantiated.
This commit is contained in:
kmcclusk%netscape.com 1998-09-16 21:10:51 +00:00
parent e329db0c07
commit 05f68e12c9
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ EXTRA_DSO_LDOPTS+= -lXm -lXt -lX11 -lm
endif
CPPSRCS= \
nsWidgetSupport.cpp \
nsObject.cpp \
nsWindow.cpp \
nsComboBox.cpp \

View File

@ -223,7 +223,7 @@ nsresult nsWidgetFactory::CreateInstance(nsISupports *aOuter,
delete inst;
}
else {
NS_RELEASE(inst);
// NS_RELEASE(inst);
}
return res;