mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Plug memory leak in PSMTabBarControl
This commit is contained in:
@@ -10,6 +10,14 @@
|
||||
|
||||
@implementation PSMRolloverButton
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
[_usualImage release];
|
||||
[_rolloverImage release];
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
// the regular image
|
||||
- (void)setUsualImage:(NSImage *)newImage
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user