fix unix build

This commit is contained in:
peterl%netscape.com 1998-11-26 03:45:50 +00:00
parent df8abe2761
commit ef64bc512f
2 changed files with 0 additions and 2 deletions

View File

@ -2396,7 +2396,6 @@ HTMLContentSink::ProcessSTYLETag(const nsIParserNode& aNode)
}
NS_RELEASE(docURL);
rv = NS_NewURL(&url, nsnull, absURL);
delete src;
if (NS_OK != rv) {
return rv;
}

View File

@ -2396,7 +2396,6 @@ HTMLContentSink::ProcessSTYLETag(const nsIParserNode& aNode)
}
NS_RELEASE(docURL);
rv = NS_NewURL(&url, nsnull, absURL);
delete src;
if (NS_OK != rv) {
return rv;
}