зеркало из https://github.com/mozilla/gecko-dev.git
we were freeing a static buf
This commit is contained in:
Родитель
5806d05a78
Коммит
89e02bd8b8
|
@ -161,7 +161,6 @@ nsIOService::NewChannelFromURI(const char* verb, nsIURI *aURI,
|
|||
|
||||
nsCOMPtr<nsIProtocolHandler> handler;
|
||||
rv = GetProtocolHandler(scheme, getter_AddRefs(handler));
|
||||
nsCRT::free(scheme);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
nsCOMPtr<nsIEventQueue> eventQ;
|
||||
|
|
Загрузка…
Ссылка в новой задаче