[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl-Toolbox] Memory leak



Why does this eat memory?

#!perl -w

use Mac::QuickDraw;

$col = new RGBColor (0,0,0);
for (;;) {
  $col->red($col->red + 1);
}

-- 
 Kevin Reid: |    Macintosh:      
  "I'm me."  | Think different.
    

==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-toolbox-request@macperl.org