Added FIXME for memory problem

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10290 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-07-04 17:30:11 +00:00
parent c208e012b8
commit ce3b319c5a

View file

@ -84,6 +84,7 @@
- (void)setDocument:(NSDocument *)document
{
// FIXME - this is RETAINed and never RELEASEd ...
ASSIGN(_document, document);
[self _synchronizeWindowTitleWithDocumentName];
}
@ -317,4 +318,4 @@
// unarchival. ?
}
@end
@end