plug a potential leak
commitfacb15d171c3d99112291511137d92e300698950
authorJim Meyering <meyering@redhat.com>
Wed, 19 Jan 2011 16:08:42 +0000 (19 17:08 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 8 Feb 2011 11:14:55 +0000 (8 12:14 +0100)
treecd3e2912bce482c59fa6f0e952ff427f1b4b377b
parent0b0c8f73f794cf6c9b5427013aacda31e6ed4a54
plug a potential leak

This tells GC that when finalizing an "ma" pointer, it must
also release a few more members of that structure.
* rest.c (destroy_state_postprocessor): Also free ms->query
and ms->aquery.
(gc_register_finalizer_ms): Update comment to reflect reality.
rest.c