mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 01:50:49 +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
dd921c06dc
commit
caedf71059
1 changed files with 2 additions and 1 deletions
|
@ -84,6 +84,7 @@
|
||||||
|
|
||||||
- (void)setDocument:(NSDocument *)document
|
- (void)setDocument:(NSDocument *)document
|
||||||
{
|
{
|
||||||
|
// FIXME - this is RETAINed and never RELEASEd ...
|
||||||
ASSIGN(_document, document);
|
ASSIGN(_document, document);
|
||||||
[self _synchronizeWindowTitleWithDocumentName];
|
[self _synchronizeWindowTitleWithDocumentName];
|
||||||
}
|
}
|
||||||
|
@ -317,4 +318,4 @@
|
||||||
// unarchival. ?
|
// unarchival. ?
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue