summaryrefslogtreecommitdiff
path: root/src/strings/fstring.tcc
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/fstring.tcc')
-rw-r--r--src/strings/fstring.tcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strings/fstring.tcc b/src/strings/fstring.tcc
index 9c5f37b..8072fb0 100644
--- a/src/strings/fstring.tcc
+++ b/src/strings/fstring.tcc
@@ -24,6 +24,7 @@ namespace strings
template<class It>
void FString::_assign(It b, It e)
{
+ owned = nullptr;
if (b == e)
{
*this = FString();