Skip to content
  • Richard Gobeille's avatar
    Added Xfree() function to accompany the Xmalloc() family of functions and... · d21d9f8b
    Richard Gobeille authored
    Added Xfree() function to accompany the Xmalloc() family of functions and change all uses of Bfree() to Xfree()
    
    This was necessary because everything is already allocated with the Xmalloc() functions, but a future commit will make blocks allocated with those functions no longer compatible with the system implementation of free(), which Bfree() wraps.
    
    From-SVN: r7705
    d21d9f8b