Skip to content

Commit 45556d8

Browse files
committed
fix a silly
1 parent c7f18a2 commit 45556d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ AuthFuture startAuth(AuthOptions options) {
217217
ModStateEvent(ModEventType::Loaded, Mod::get()).listen([] {
218218
g_mainThreadId = std::this_thread::get_id();
219219
ArgonState::get().initConfigLock();
220-
}, -10000);
220+
}, -10000).leak();
221221
}
222222

223223
}

0 commit comments

Comments
 (0)