diff --git a/objectivec/GPBDescriptor.m b/objectivec/GPBDescriptor.m index 898f231d..d27d6892 100644 --- a/objectivec/GPBDescriptor.m +++ b/objectivec/GPBDescriptor.m @@ -271,6 +271,11 @@ static NSArray *NewFieldsArrayForHasIndex(int hasIndex, return self; } +- (void)dealloc { + [package_ release]; + [super dealloc]; +} + @end @implementation GPBOneofDescriptor