mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:00:47 +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
5bce26dc2e
commit
14a36a0293
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…
Add table
Add a link
Reference in a new issue