mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
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:
parent
c208e012b8
commit
ce3b319c5a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue