]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: delete entries_index in RGWFetchAllMetaCR 11816/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 4 Nov 2016 16:18:32 +0000 (12:18 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 7 Nov 2016 18:08:11 +0000 (13:08 -0500)
commit9c731ed6b606e39000025ab569f412ece0cc7fce
tree041f44eec1f975080b3a8b2cfccce319e3b97bb2
parenta50ede03f6e82a79d8e0b21e7fd4a59dadeaf333
rgw: delete entries_index in RGWFetchAllMetaCR

use a unique_ptr to ensure the entries_index is freed on destruction

Fixes: http://tracker.ceph.com/issues/17812
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_sync.cc