tr_config: remove free calls
authorSam Hartman <hartmans@debian.org>
Tue, 7 Oct 2014 10:02:35 +0000 (06:02 -0400)
committerSam Hartman <hartmans@debian.org>
Tue, 7 Oct 2014 11:00:34 +0000 (07:00 -0400)
commitd1a27b67e75f4818fa8a6d934eac482f8ab9e392
tree23ee02487716fb21b5aa48045c419123a6f2e601
parentc5911ddf38128cf7e2b5eeac5432bf667f4185d1
tr_config: remove free calls

Since we're using talloc, we only need to free the entire
configuration and that will cascade to sub objects.  Remove calls to
free, which are wrong anyway for talloc'd memory.
common/tr_config.c