Re: [Spice-devel] [spice-gtk] win-usb: Initialize GError before using it

2014-09-04 Thread Marc-André Lureau
ack - Original Message - > GError variables must be set to NULL before passing them to a function > which might set them. > This fixes the runtime warning reported in rhbz#1138195: > > (remote-viewer.exe:3896): GLib-WARNING **: GError set over the top of a > previous GError or uninitializ

[Spice-devel] [spice-gtk] win-usb: Initialize GError before using it

2014-09-04 Thread Christophe Fergeau
GError variables must be set to NULL before passing them to a function which might set them. This fixes the runtime warning reported in rhbz#1138195: (remote-viewer.exe:3896): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory. This indicates a bug in someone's c