mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04:00
Convert most dynamic allocations to use functions from xmalloc.h
This commit is contained in:
parent
ecb2695822
commit
7a77958ba2
21 changed files with 133 additions and 68 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue