Home | History | Annotate | Download | only in libvncserver

Lines Matching refs:stale

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