Skip to content

Change malloc to calloc and remove memset

Héricles Emanuel requested to merge hericlesme/frotz:master into master

calloc() zero-initializes the buffer, so it is not necessary call memset() after.

Merge request reports