fix SunOs bustage with a .get() on AutoMarkingPtr

This commit is contained in:
jband%netscape.com 2001-06-13 02:16:29 +00:00
parent 3065fa3d85
commit 8c82e35ad2

View File

@ -205,7 +205,7 @@ XPCWrappedNativeProto::GetNewOrUsed(XPCCallContext& ccx,
if(!proto || !proto->Init(ccx, ScriptableCreateInfo))
{
delete proto;
delete proto.get();
return nsnull;
}