Hi On Tue, Feb 21, 2012 at 3:12 PM, Hans de Goede <[email protected]> wrote: > + spice_usbredir_channel_get_guest_filter( > + g_ptr_array_index(priv->channels, 0), > + &guest_filter_rules, &guest_filter_rules_count);
Memory management of guest_filter_rules isn't explicit here, but looking at usbredir code it looks like we are not leaking at least. Shouldn't the get_guest_filter() function take a "const struct usbredirfilter_rule **"? Or "const struct usbredirfilter_rule * const *".. Argh C.. -- Marc-André Lureau _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
