Re: [Spice-devel] [PATCH spice-server 01/11] Start using GLib memory allocation

2017-09-18 Thread Jonathon Jongsma
On Mon, 2017-09-11 at 16:15 +0100, Frediano Ziglio wrote: > Start reducing the usage of spice_new*/spice_malloc allocations. > They were designed in a similar way to GLib ones. > Now that we use GLib make sense to remove them. > However the versions we support for GLib can use different memory >

[Spice-devel] [PATCH spice-server 01/11] Start using GLib memory allocation

2017-09-11 Thread Frediano Ziglio
Start reducing the usage of spice_new*/spice_malloc allocations. They were designed in a similar way to GLib ones. Now that we use GLib make sense to remove them. However the versions we support for GLib can use different memory allocators so we have to match g_free with GLib allocations and