yambar/decorations
Daniel Eklöf 29e9cea1dd decorations: use calloc() instead of malloc()
In cases where it makes sense, use calloc() instead of malloc():

* When allocating large objects with many members, many for which
  NULL/0 is a good default value.
* Arrays etc where we explicitly initialize to NULL anyway.
2019-02-09 10:58:26 +01:00
..
background.c decorations: use calloc() instead of malloc() 2019-02-09 10:58:26 +01:00
CMakeLists.txt cmake: need CMake >= 3.13 since we use target_link_options() 2019-02-07 12:26:05 +01:00
stack.c decorations: use calloc() instead of malloc() 2019-02-09 10:58:26 +01:00
underline.c decorations: use calloc() instead of malloc() 2019-02-09 10:58:26 +01:00