mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-15 08:00:52 +00:00
fixed incorrect asssertion
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@31447 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b6d8004050
commit
aae279ec91
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
- (void) dealloc
|
||||
{
|
||||
NSAssert(nil != owner, NSInternalInconsistencyException);
|
||||
NSAssert(nil == owner, NSInternalInconsistencyException);
|
||||
[item release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue