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 8ffaf59 commit 3e05f76Copy full SHA for 3e05f76
src/env.cc
@@ -1064,7 +1064,7 @@ void Environment::VerifyNoStrongBaseObjects() {
1064
1065
if (!options()->verify_base_objects) return;
1066
1067
- ForEachBaseObject([this](BaseObject* obj) {
+ ForEachBaseObject([](BaseObject* obj) {
1068
if (obj->IsNotIndicativeOfMemoryLeakAtExit()) return;
1069
fprintf(stderr, "Found bad BaseObject during clean exit: %s\n",
1070
obj->MemoryInfoName().c_str());
0 commit comments