There was an error while loading. Please reload this page.
1 parent ea311a4 commit 78cde14Copy full SHA for 78cde14
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