Fix typo in UIManagerBinding's destructor

Summary: Changelog: [internal]

Reviewed By: JoshuaGross

Differential Revision: D22897454

fbshipit-source-id: 73cc02b9645c04dd0e15e255d7277cd87d56fde3
This commit is contained in:
Samuel Susla 2020-08-04 11:14:15 -07:00 коммит произвёл Facebook GitHub Bot
Родитель a422592c95
Коммит 6c01f26d27
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -54,8 +54,8 @@ std::shared_ptr<UIManagerBinding> UIManagerBinding::createAndInstallIfNeeded(
}
UIManagerBinding::~UIManagerBinding() {
LOG(WARNING) << "UIManager::~UIManager() was called (address: " << this
<< ").";
LOG(WARNING) << "UIManagerBinding::~UIManagerBinding() was called (address: "
<< this << ").";
// We must detach the `UIBinding` on deallocation to prevent accessing
// deallocated `UIManagerBinding`.