Home | History | Annotate | Download | only in libusb-compat

Lines Matching full:stale

3252 #define XFREE(stale) do { \
3253 if (stale) { free ((void *) stale); stale = 0; } \