whoops leak

This commit is contained in:
Mitchell Livingston 2009-10-27 23:23:57 +00:00
parent 7220f6fe83
commit 05fa587eb3
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@
image = [image copy];
[image setFlipped: YES];
[image drawInRect: imageRect fromRect: NSZeroRect operation: NSCompositeSourceOver fraction: 1.0];
[image release];
}
}
}