Bug#247964: Add missing nsMemory::Free() (+whitespace fixes). Patch by <jonathan.watt@strath.ac.uk>. SVG only - not part of default build.

This commit is contained in:
alex%croczilla.com 2004-06-21 16:58:51 +00:00
Родитель bf222aea40
Коммит 96a49cd64b
1 изменённых файлов: 15 добавлений и 13 удалений

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

@ -140,6 +140,8 @@ nsSVGRect::SetValueString(const nsAString& aValue)
DidModify(); DidModify();
} }
nsMemory::Free(str);
return rv; return rv;
} }