service: Initialize tech_data
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Fri, 7 Jun 2013 11:41:09 +0000 (13:41 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 10 Jun 2013 06:48:12 +0000 (09:48 +0300)
commit2386b677cb7223094b3348d852514df06d39b16b
tree62b05dc254e81956c819d0597e3c919818bd67d7
parent2476ce77a9a1a9d151a51d654191030115806bb9
service: Initialize tech_data

tech_data is allocated on the stack and is therefore not initilized
with NULL.
src/service.c