folly: avoid ASAN-detected new[] vs "delete" mismatch
authorJim Meyering <meyering@fb.com>
Thu, 26 Dec 2013 18:44:10 +0000 (10:44 -0800)
committerPeter Griess <pgriess@fb.com>
Thu, 26 Dec 2013 21:25:54 +0000 (13:25 -0800)
commitb4d29567be019d95235f4f35be47d5c6f9cf40d9
tree060fd7f084efea2f790d44fe6f03dd5dcc91364e
parent56c7e2070808ff450f31033da626aea6747921c1
folly: avoid ASAN-detected new[] vs "delete" mismatch

Summary:
* folly/test/PackedSyncPtrTest.cpp: Avoid an operator new [] vs
operator delete mismatch.

Test Plan:
fbconfig --platform-all=gcc-4.8.1-glibc-2.17 --sanitize=address \
folly/test:packed_sync_ptr_test && fbmake runtests

Reviewed By: tudorb@fb.com

FB internal diff: D1111227
folly/test/PackedSyncPtrTest.cpp