Skip to content

Commit 492c400

Browse files
authored
Merge pull request #8052 from kjbracey-arm/filebase_default
FileBase: Fix unsetting of default when destroyed
2 parents 8604f80 + eaddf0a commit 492c400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/FileBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ FileBase::~FileBase()
5757
}
5858

5959
if (_default == this) {
60-
_default == NULL;
60+
_default = NULL;
6161
}
6262

6363
_mutex->unlock();

0 commit comments

Comments
 (0)