gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

memory leak in NSNotificationCenter.m


From: Frederic De Jaeger
Subject: memory leak in NSNotificationCenter.m
Date: 13 Aug 2002 22:54:14 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Hi list,
in the method
- (void) _postAndRelease: (NSNotification*)notification 

line 957 :
[...]
  object = TEST_RETAIN([notification object]);
[...]

so, object is retained here (why? it is already retained by the
notification), but it's never released after...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]