Skip to content
Snippets Groups Projects
Verified Commit 51b7a131 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

treewide: avoid memset where it's trivial

More idiomatic code seems better:
- for variable initialization we have = { 0 }
- (mm_)calloc for heap allocations
  sizeof: use variable instead of type (where suitable; not sure why)
parent b13ce190
Branches
Tags
1 merge request!1115refactor memory allocation patterns a little
Pipeline #74666 passed with warnings with stages
in 48 minutes and 4 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment