diff --git a/GSLinkedList.m b/GSLinkedList.m index cc5087b..eb835ee 100644 --- a/GSLinkedList.m +++ b/GSLinkedList.m @@ -27,7 +27,7 @@ - (void) dealloc { - NSAssert(nil != owner, NSInternalInconsistencyException); + NSAssert(nil == owner, NSInternalInconsistencyException); [item release]; [super dealloc]; }