]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
hadoop: fix a bunch of mismatched allocations
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 17 Dec 2010 23:04:17 +0000 (15:04 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 17 Dec 2010 23:14:53 +0000 (15:14 -0800)
commit795811d66a3bdc05eab02a3c43d40939651f2a85
tree3df89f010c58bdc23a97452cef9502ba1a535eb7
parent2f916086a662bc71b481287822b17c428e2850c2
hadoop: fix a bunch of mismatched allocations

Using array new means you need array delete.

Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
src/client/hadoop/CephFSInterface.cc
src/client/hypertable/CephBroker.cc