diff --git a/Source/GSString.m b/Source/GSString.m index f1dceb035..34ce9779c 100644 --- a/Source/GSString.m +++ b/Source/GSString.m @@ -3791,9 +3791,9 @@ agree, create a new GSUnicodeInlineString otherwise. - (void) dealloc { -NSAssert(_flags.owned == 1 && _zone != 0, NSInternalInconsistencyException); if (_contents.c != 0) { +NSAssert(_flags.owned == 1 && _zone != 0, NSInternalInconsistencyException); NSZoneFree(self->_zone, self->_contents.c); self->_contents.c = 0; self->_zone = 0;