Re: FYI: trivial fix for GdkRegion->get_rectangles




On Feb 4, 2006, at 11:29 PM, Marc Lehmann wrote:

Just FYI, I checked in the following trivial fix:
[snip]
        for (i = 0 ; i < n_rectangles ; i++)
-               PUSHs (sv_2mortal (newSVGdkRectangle (rectangles + i)));
+               PUSHs (sv_2mortal (newSVGdkRectangle_copy (rectangles + i)));
        g_free (rectangles);

Oi!  Good find, thanks.

Torsten, how far are we from 1.120?  Is it worth applying this to 1.10x?


--
He's so good, you're gonna rock, and if you don't rock, it's your own fault.
  -- kk, describing the perks of having a very good drummer.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]