[email protected] wrote:
> +     while (*pbuffer) {
> +             if (*pbuffer == my_buffer)
> +                     pbuffer = &(*pbuffer)->next;
> +             else
> +                     cleanup_buffer(*pbuffer);
> +     }

Looks like an infinite loop if *pbuffer != my_buffer, no?

-- 
                                            Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to