mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-16 03:34:06 +00:00
Added a NS_RELEASE of the URL reader in OnStartBinding()
This commit is contained in:
parent
c35e955938
commit
fc10b78dd4
@ -159,6 +159,7 @@ ImageConsumer::OnStartBinding(nsIURL* aURL, const char *aContentType)
|
||||
NS_RELEASE(reader);
|
||||
return NS_ERROR_ABORT;
|
||||
}
|
||||
NS_RELEASE(reader);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user