nx-libs
nx-libs copied to clipboard
use SAFE_FREE in nxagent
The former nxcompext code (now in Xserver/hw/nxagent/Compext/) contains many "unsafe" free() calls. They should be converted to using FREE_SAFE provided via nxcomp.
See #605 for reference...
... the macro name is SAFE_FREE, rather...
And it should be use in all of nxagent.
See #826 for a PR