diff --git a/macosx/FilePriorityCell.m b/macosx/FilePriorityCell.m index 6f17e7c81..95abd149f 100644 --- a/macosx/FilePriorityCell.m +++ b/macosx/FilePriorityCell.m @@ -150,6 +150,7 @@ image = [image copy]; [image setFlipped: YES]; [image drawInRect: imageRect fromRect: NSZeroRect operation: NSCompositeSourceOver fraction: 1.0]; + [image release]; } } }