Remove useless malloc/free
commitebc7a31151d92b4b2035cb23afe39d835eeab49d
authorMarc Pavot <marc.pavot@gmail.com>
Thu, 27 Nov 2008 23:22:18 +0000 (28 00:22 +0100)
committerMarc Pavot <marc.pavot@gmail.com>
Thu, 27 Nov 2008 23:22:18 +0000 (28 00:22 +0100)
tree8f817b89d50b5e2553483a477474746cb6df7a2e
parentfbcd9f62b566e3167e3b84b23468ea431b81019a
Remove useless malloc/free

It is not useful to malloc a mpd_Status or a mpd_Stats and to free it
just after if there is an error.
src/stats.c
src/status.c