This commit is contained in:
mats.palmgren%bredband.net 2008-04-16 22:32:03 +00:00
Родитель fd5cc1bdf9
Коммит eebf20daa8
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1533,7 +1533,8 @@ msg_remove_duplicate_addresses(const char *addrs, const char *other_addrs,
}
}
PRUint32 outlen = size3 + 1;
PRUint32 outlen;
outlen = size3 + 1;
output = (char *)PR_Malloc(outlen);
if (!output) goto FAIL;