зеркало из https://github.com/mozilla/gecko-dev.git
Bug 429520: Type mismatch in nsGConfService::GetStringList (gnome proxy exceptions are ignored), patch by Sylvain Pasche <sylvain.pasche@gmail.com>, r+sr=roc, a=beltzner
This commit is contained in:
Родитель
9030700423
Коммит
2688927694
|
@ -143,7 +143,7 @@ nsGConfService::GetStringList(const nsACString &aKey, nsIArray** aResult)
|
|||
}
|
||||
|
||||
for (GSList* l = list; l; l = l->next) {
|
||||
nsCOMPtr<nsISupportsString> obj(do_CreateInstance(NS_SUPPORTS_CSTRING_CONTRACTID));
|
||||
nsCOMPtr<nsISupportsString> obj(do_CreateInstance(NS_SUPPORTS_STRING_CONTRACTID));
|
||||
if (!obj) {
|
||||
g_slist_free(list);
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
|
Загрузка…
Ссылка в новой задаче