Plug memory leak in PSMTabBarControl

This commit is contained in:
Bjorn Winckler
2011-09-04 17:33:39 +02:00
parent 5cfb54ead4
commit 54eddb6057
@@ -10,6 +10,14 @@
@implementation PSMRolloverButton
- (void)dealloc
{
[_usualImage release];
[_rolloverImage release];
[super dealloc];
}
// the regular image
- (void)setUsualImage:(NSImage *)newImage
{