On 10/20/2011 10:03 AM, Stuart Brady wrote:
Convert calls to g_malloc() and g_malloc0() to g_new() and g_new0() respectively, in cases where the return value is casted to the same type as specified using sizeof() in the parameter to g_malloc() and assigned to a variable of that type.
This is likely to cause conflicts all over the place, and now is a very bad time to do so :( because people are trying to get their patches in during the soft feature freeze. I don't oppose the change, just the timing.
Paolo