([GSNibContainer -awakeWithContext:]): Don't release connections when enumerating them. Partial fix for bug #6354.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18102 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-11-22 14:12:54 +00:00
parent 862a3578ff
commit 2b788e590f
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2003-11-22 15:07 Alexander Malmberg <alexander@malmberg.org>
* Source/GSNibTemplates.m ([GSNibContainer -awakeWithContext:]):
Don't release connections when enumerating them; they're owned
by the array. Partial fix for bug #6354.
2003-11-19 21:53 Alexander Malmberg <alexander@malmberg.org>
* Source/NSTextView.m (-sizeToFit): If we are horizontally resizable

View file

@ -122,8 +122,6 @@ static const int currentVersion = 1; // GSNibItem version number...
val = [nameTable objectForKey: [connection destination]];
[connection setDestination: val];
[connection establishConnection];
// release the connections, now that they have been established.
RELEASE(connection);
}
/*