Skip to content

Memory management cleanups

Alan Coopersmith requested to merge alanc/libxmu:misc into master
  • Remove unnnecessary casts from *alloc() and free() calls
  • Import reallocarray() from libX11 (originally from OpenBSD)
  • Convert code to use Xmumallocarray() & reallocarray()
  • COPYING: correct source file path names

Merge request reports