Sebastian 5390588cda
gnu.cfg: Add xfree() (#2051)
It is hard to find good references, one that describes it a bit can
be found here:
https://manpages.ubuntu.com/manpages/bionic/man3/xmalloc.3pub.html

xfree() can be used instead of free().
A check, to verify that a memory leak is found if the memory allocated
via xmalloc() is not freed, has also been added.
2019-08-02 07:41:32 +02:00
..
2019-02-17 20:16:01 +01:00
2019-04-19 15:43:17 +02:00
2017-11-05 17:56:24 +01:00
2019-08-02 07:41:32 +02:00
2019-06-16 13:34:00 +02:00