internal stats: fix mem leak and initialize memory
authorMatthias Räncker <theonetruecamper@gmx.de>
Fri, 21 Sep 2018 12:23:44 +0000 (14:23 +0200)
committerMatthias Räncker <theonetruecamper@gmx.de>
Fri, 21 Sep 2018 12:47:51 +0000 (14:47 +0200)
commite376f1d5d4f1c3c39cb1f06cf17020300eac64ea
tree90418f790c4cb24c0ebd583b7ff4971cdc112049
parente65f9e8bcef72711133b1ef7109856c9de05e8d1
internal stats: fix mem leak and initialize memory

Without calloc valgrind reports usuage of uninitialized data in
vpx_get_ssim_metrics.

Signed-off-by: Matthias Räncker <theonetruecamper@gmx.de>
Change-Id: I9cd38b8031ea3f22c1436894ddaf9e0ccf5a654e
vp9/encoder/vp9_encoder.c