зеркало из https://github.com/mozilla/pjs.git
Bug 152700 compiler warnings caused by 119380 checkin
patch by dmose r=timeless sr=bryner
This commit is contained in:
Родитель
9a21832e8c
Коммит
ba584ba7ca
|
@ -597,7 +597,7 @@ nsLDAPMessage::GetBinaryValues(const char *aAttr, PRUint32 *aCount,
|
||||||
" creating nsBERValue object");
|
" creating nsBERValue object");
|
||||||
NS_FREE_XPCOM_ALLOCATED_POINTER_ARRAY(i, aValues);
|
NS_FREE_XPCOM_ALLOCATED_POINTER_ARRAY(i, aValues);
|
||||||
ldap_value_free_len(values);
|
ldap_value_free_len(values);
|
||||||
return rv == NS_ERROR_OUT_OF_MEMORY ? rv : NS_ERROR_UNEXPECTED;
|
return NS_ERROR_OUT_OF_MEMORY;
|
||||||
}
|
}
|
||||||
|
|
||||||
// copy the value from the struct into the nsBERValue
|
// copy the value from the struct into the nsBERValue
|
||||||
|
|
Загрузка…
Ссылка в новой задаче