mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
fix leak spotted by Larry Campbell
This commit is contained in:
parent
992377c6fd
commit
db90ab6bb9
1 changed files with 1 additions and 1 deletions
|
@ -869,7 +869,7 @@ static NSNotificationCenter *default_center = nil;
|
|||
name: name
|
||||
object: object];
|
||||
|
||||
return observer;
|
||||
return AUTORELEASE(observer);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue