We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175727b commit 8ed9f4bCopy full SHA for 8ed9f4b
source/Runtime.cpp
@@ -187,7 +187,7 @@ namespace Langulus::Entity
187
for (auto library : mLibraries)
188
Logger::Append(library.mKey, " ");
189
190
- Logger::Error(this, ": This likely involves a memory leak, "
+ Logger::Error(this, ": This likely involves a memory leak "
191
"that withholds managed data reflected by the given modules");
192
193
IF_LANGULUS_MANAGED_MEMORY(Allocator::CollectGarbage());
0 commit comments