Tired of forgetting to free all your mallocs in C?
Try fdf_malloc with the single call to fdf_free at the end of your program!
No need to free each allocation made with fdf_malloc fdf_free takes care of it for you!
Install LibFdf with make !
make install
make uninstall
void *fdf_malloc(size_t size); // call to alloc safely !
void fdf_free(); // call to free all alloc !
gcc "myprogram.c" -lfdf
For support, email [email protected].