]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix alloc-dealloc mismatch reported by ASan (malloc vs. C++ delete).
authorDavid Anderson <dave@natulte.net>
Sun, 7 Dec 2014 19:52:54 +0000 (11:52 -0800)
committerDavid Anderson <dave@natulte.net>
Sun, 7 Dec 2014 19:52:54 +0000 (11:52 -0800)
commit5bb86664b85c9f2c82d1457b7314faff12fd050e
treea85fd3ed0639378eb03cc12bb352f169d5120965
parent6010f1784b529925e64705f2d193874840d08c6c
Fix alloc-dealloc mismatch reported by ASan (malloc vs. C++ delete).

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