diff --git a/Source/NSProgress.m b/Source/NSProgress.m index c3210c570..e4426345d 100644 --- a/Source/NSProgress.m +++ b/Source/NSProgress.m @@ -95,6 +95,12 @@ GS_PRIVATE_INTERNAL(NSProgress) return self; } +- (void) dealloc +{ + RELEASE(internal->_userInfo); + [super dealloc]; +} + + (NSProgress *)discreteProgressWithTotalUnitCount:(int64_t)unitCount { return nil;