agent: Eliminate a memset() for local variable initialisation
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 23 Sep 2014 13:57:12 +0000 (14:57 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 23 Sep 2014 14:10:57 +0000 (15:10 +0100)
commit26202dd0b47d18f32a733251881764f4b6f30c30
treeeb63480faea58464389db62a2c4e0006bcae7ec6
parent4441eea870b6b56b644a750430c145f0ecd7bf9e
agent: Eliminate a memset() for local variable initialisation

Stack variables can be initialised to zero by explicit assignment.

This introduces no functional changes.
agent/component.c