Home | History | Annotate | Download | only in dbus

Lines Matching full:stale

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