fix clang ASAN error in DelayedDestructionBaseTest
authorSophia Wang <xiaosophiawang@fb.com>
Mon, 27 Jul 2015 18:38:54 +0000 (11:38 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Mon, 27 Jul 2015 20:22:09 +0000 (13:22 -0700)
commit8fe31d96023a1a5e99401cfc979ea6ebf2ca8a4b
treedb318411b6da4b47f5fb37f961f86f7baf8b1a64
parent8e922526e0da0955a54dfcf305031e2dc9cf0e9f
fix clang ASAN error in DelayedDestructionBaseTest

Summary: fix a use after free bug. this line is stupid!

Reviewed By: @siyengar

Differential Revision: D2283041
folly/io/async/test/DelayedDestructionBaseTest.cpp