Convert most dynamic allocations to use functions from xmalloc.h

This commit is contained in:
Craig Barnes 2020-08-08 20:34:30 +01:00
parent ecb2695822
commit 7a77958ba2
21 changed files with 133 additions and 68 deletions

View file

@ -139,7 +139,10 @@ executable(
executable(
'footclient',
'client.c',
'log.c', 'log.h', version,
'log.c', 'log.h',
'macros.h',
'xmalloc.c', 'xmalloc.h',
version,
install: true)
tic = find_program('tic', native: true)