commit | c7674030e5eb83d9ba29318fb9b3ccedf84d583e | [log] [tgz] |
---|---|---|
author | Jerome Marchand <jmarchan@redhat.com> | Fri Nov 23 09:17:53 2007 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Nov 27 09:19:40 2007 +0100 |
tree | cb11cd412c739d2cfcc5d4494ccb0ba8fc8f9920 | |
parent | 8c8d7214d1b35726e950db1f73317e28e827f1cd [diff] |
block: Fix memory leak in alloc_disk_node() Fix a memory leak in alloc_disk_node(). Don't forget to free 'dkstats' when the allocation of 'part' failed. Signed-off-by: Jerome Marchand <jmarchan@redhat.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>