host/trxcon: don't free root talloc context
commit60bf444718260660ec9cb1a4015c08b5cb8cf7f4
authorVadim Yanitskiy <axilirator@gmail.com>
Sun, 8 Apr 2018 10:34:43 +0000 (8 17:34 +0700)
committerHarald Welte <laforge@gnumonks.org>
Mon, 9 Apr 2018 08:26:22 +0000 (9 08:26 +0000)
tree6cd503a92d94f9d12935148fe40df296aa03e898
parentfa0d7c0c4f1c35fa2b605283ac8a5117fa843501
host/trxcon: don't free root talloc context

This is useless, and prevents us from finding potential memory
leaks at exit. Let's print talloc report instead of that.

Change-Id: Ibf04942070d654e97c3ed77d69ab19e44602758c
src/host/trxcon/trxcon.c