Merge pull request #8052 from kjbracey-arm/filebase_default

FileBase: Fix unsetting of default when destroyed
pull/8156/head
Martin Kojtal 2018-09-17 14:47:40 +02:00 committed by GitHub
commit 492c400386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ FileBase::~FileBase()
}
if (_default == this) {
_default == NULL;
_default = NULL;
}
_mutex->unlock();