garbage-collection fix-up
commit7ec84dde8be9610f33c46b3fbd9dc5607f13510b
authorJim Meyering <meyering@redhat.com>
Thu, 23 Dec 2010 17:36:38 +0000 (23 18:36 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 8 Feb 2011 11:10:22 +0000 (8 12:10 +0100)
tree3d5448f7778a9bd8083581994adc62bc1120c60b
parentb98c47711c707bdd25f3d8d08f725321e25924f2
garbage-collection fix-up

Do not instruct libraries to free things that they do not allocate,
since they would use the system "free" function.
* setup.c, rest.c: Do not tell g_hash_table_new_full to free anything.
* rest.c (proxy_get_attr): Do not tell MHD to free anything.
rest.c
setup.c