Hi
- Original Message -
> >
> > From: Marc-André Lureau
> >
> > spice_new() should probably be replaced by g_new() in all spice code
> > that depend on glib.
> >
> > Signed-off-by: Marc-André Lureau
>
> You have to replace also free with g_free unless you want program
> to crash depe
>
> From: Marc-André Lureau
>
> spice_new() should probably be replaced by g_new() in all spice code
> that depend on glib.
>
> Signed-off-by: Marc-André Lureau
You have to replace also free with g_free unless you want program
to crash depending on Glib configuration.
> ---
> src/channel-di
From: Marc-André Lureau
spice_new() should probably be replaced by g_new() in all spice code
that depend on glib.
Signed-off-by: Marc-André Lureau
---
src/channel-display-gst.c | 4 ++--
src/channel-display-mjpeg.c | 4 ++--
src/channel-display.c | 2 +-
3 files changed, 5 insertions(+