1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-02 20:43:51 +00:00

whoops leak

This commit is contained in:
Mitchell Livingston 2009-10-27 23:23:57 +00:00
parent 7220f6fe83
commit 05fa587eb3

View file

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