fix for reload in example

This commit is contained in:
Ari Lazier 2015-11-23 19:00:31 -08:00
parent d5f56540b7
commit fa0ba53579
1 changed files with 0 additions and 2 deletions

View File

@ -376,8 +376,6 @@ uint64_t Realm::get_schema_version(const realm::Realm::Config &config)
void Realm::close()
{
invalidate();
if (m_notifier) {
m_notifier->remove_realm(this);
}