another memory leak fix for mime

This commit is contained in:
bienvenu%netscape.com 1999-10-21 01:37:03 +00:00
Родитель 84675e0de5
Коммит 16fe98501a
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -272,6 +272,8 @@ NotifyEmittersOfAttachmentList(MimeDisplayOptions *opt,
mimeEmitterStartAttachment(opt, tmp->real_name, tmp->real_type, spec);
mimeEmitterAddAttachmentField(opt, HEADER_X_MOZILLA_PART_URL, spec);
if (spec)
nsAllocator::Free(spec);
/* rhp - for now, just leave these here, but they are really
not necessary
printf("URL for Part : %s\n", spec);