From 05fa587eb339751c274f73c58aec8bdfdb6687ad Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 27 Oct 2009 23:23:57 +0000 Subject: [PATCH] whoops leak --- macosx/FilePriorityCell.m | 1 + 1 file changed, 1 insertion(+) 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]; } } }