зеркало из https://github.com/mozilla/pjs.git
just a comment, part of a memory leak bug fix to remind users to free a struct
This commit is contained in:
Родитель
8398fc9db6
Коммит
0c8dd1b4da
|
@ -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];
|
||||
|
|
Загрузка…
Ссылка в новой задаче