mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:10:52 +00:00
Fix recursive dealloc!
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3719 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0afb3402c2
commit
e9daaa4e36
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ static id<PasteboardServer> the_server = nil;
|
|||
{
|
||||
[target release];
|
||||
[name release];
|
||||
[self dealloc];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void) releaseGlobally
|
||||
|
|
Loading…
Reference in a new issue