Commit 10067433 authored by Igor Sugak's avatar Igor Sugak Committed by Facebook Github Bot

fix MSAN errors in InlineFunctionRefTest

Reviewed By: aary

Differential Revision: D19403185

fbshipit-source-id: 02ebbda5b9500413920d7225b6fbe29cf5d73237
parent dea72424
...@@ -224,7 +224,7 @@ class InlineFunctionRef<ReturnType(Args...), Size> { ...@@ -224,7 +224,7 @@ class InlineFunctionRef<ReturnType(Args...), Size> {
} }
Call call_; Call call_;
Storage storage_; Storage storage_{};
}; };
} // namespace detail } // namespace detail
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment