Re: [Nautilus-list] 64bit bug in nautilus-icon-container



On Wednesday, August 1, 2001, at 12:49  PM, Alex Larsson wrote:

-		icon_grid = malloc (num_rows * sizeof (int));
+		icon_grid = malloc (num_rows * sizeof (int *));

Also, this should be using g_new/g_free instead of malloc/free.

    -- Darin




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