[plugin release];
[pluginController destroyAllPlugins];
[pluginController release];
+ [_dataSource release];
[super dealloc];
}
if (![self superview])
return;
- _dataSource = dataSource;
+ _dataSource = [dataSource retain];
[pluginController setDataSource:dataSource];
dataSourceHasBeenSet = YES;