]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix alloc-dealloc mismatch reported by ASan (new[] vs. delete).
authorDavid Anderson <dave@natulte.net>
Sun, 7 Dec 2014 20:02:48 +0000 (12:02 -0800)
committerDavid Anderson <dave@natulte.net>
Sun, 7 Dec 2014 20:02:48 +0000 (12:02 -0800)
commitf6f6ea29823085bb76f38af5d833da3dc4fad7cb
treebffd72c2409455476a9c338ffbc982f8cf8bb4b4
parent5bb86664b85c9f2c82d1457b7314faff12fd050e
Fix alloc-dealloc mismatch reported by ASan (new[] vs. delete).

Signed-off-by: David Anderson <dave@natulte.net>
src/common/bloom_filter.cc