]> mj.ucw.cz Git - libucw.git/commit
xfree() macro has been turned into a regular function. This is much cleaner,
authorMartin Mares <mj@ucw.cz>
Mon, 16 Jan 2006 20:02:42 +0000 (20:02 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 16 Jan 2006 20:02:42 +0000 (20:02 +0000)
commit2ea7e85635ce6279e52634e807dad71a8ee7660a
tree5cb28ba6ed5f5735e8da603ea5802fa303f9d11d
parentec9dbd72f6baba08a740bdcdb158fda704a35f72
xfree() macro has been turned into a regular function. This is much cleaner,
allows for easy memory allocation tracking and also avoids including
<stdlib.h> at random places.
lib/alloc.c
lib/lib.h