Fix some issues in allocator_delete
authorJordan DeLong <jdelong@fb.com>
Mon, 3 Jun 2013 23:14:50 +0000 (16:14 -0700)
committerSara Golemon <sgolemon@fb.com>
Tue, 4 Jun 2013 20:57:20 +0000 (13:57 -0700)
commita2d09ab3345f5f8c4ddb2e5db47c4b8366ed5669
tree727d489a701953c6291243931253a26087009bfc
parent79345bbc341c43e41ce9314193dae8674e3eb89c
Fix some issues in allocator_delete

Summary:
The unique_ptr implementation was getting confused about how
to determine the pointer type, so just tell it.

Facebook: Broke the fxl build; test plan included recompiling it.

Test Plan: Built.

Reviewed By: marcelo.juchem@fb.com

FB internal diff: D834371
folly/Memory.h