зеркало из https://github.com/mozilla/gecko-dev.git
Bustage fix, bug 312000
This commit is contained in:
Родитель
25a4129003
Коммит
f9df27e754
|
@ -317,7 +317,7 @@ CategoryNode::AddLeaf(const char* aEntryName,
|
|||
rv = NS_ERROR_OUT_OF_MEMORY;
|
||||
} else {
|
||||
if (_retval) {
|
||||
char *toDup = leaf->nonpValue ? leaf->nonpValue : leaf->pValue;
|
||||
const char *toDup = leaf->nonpValue ? leaf->nonpValue : leaf->pValue;
|
||||
if (toDup) {
|
||||
*_retval = ToNewCString(nsDependentCString(toDup));
|
||||
if (!*_retval)
|
||||
|
|
Загрузка…
Ссылка в новой задаче