lacasanova / shortcutrecorder

Automatically exported from code.google.com/p/shortcutrecorder
0 stars 0 forks source link

Memory leak #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
--- SRCommon.m  2008-03-10 22:34:45.000000000 +0000
+++ SRCommon.m.new  2008-03-10 22:35:11.000000000 +0000
@@ -464,16 +464,17 @@
    [cross setLineWidth:hScale*1.2];

    [cross moveToPoint:MakeRelativePoint(4,4)];
    [cross lineToPoint:MakeRelativePoint(10,10)];
    [cross moveToPoint:MakeRelativePoint(10,4)];
    [cross lineToPoint:MakeRelativePoint(4,10)];

    [cross stroke];
+   [cross release];
 }
 + (void)_drawSRRemoveShortcut:(id)anNSCustomImageRep {

 // NSLog(@"drawSRRemoveShortcut using: %@", anNSCustomImageRep);

    [self _drawARemoveShortcutBoxUsingRep:anNSCustomImageRep opacity:0.75];
 }
 + (void)_drawSRRemoveShortcutRollover:(id)anNSCustomImageRep {

Original issue reported on code.google.com by bwillm...@gmail.com on 10 Mar 2008 at 10:37

GoogleCodeExporter commented 8 years ago
fixed in [20]

Original comment by rarich...@gmail.com on 2 Apr 2008 at 4:34

GoogleCodeExporter commented 8 years ago

Original comment by rarich...@gmail.com on 2 Apr 2008 at 4:35