just a comment, part of a memory leak bug fix to remind users to free a struct

This commit is contained in:
buster%netscape.com 1999-08-07 05:09:09 +00:00
Родитель 8398fc9db6
Коммит 0c8dd1b4da
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -328,7 +328,9 @@ inline nsBorderEdge::nsBorderEdge()
mInsideNeighbor = nsnull;
};
/** an encapsulation of a border defined by its edges */
/** an encapsulation of a border defined by its edges
* owner of this struct is responsible for freeing any data stored in mEdges
*/
struct nsBorderEdges
{
nsVoidArray mEdges[4];