Skip to content

Commit 61c768b

Browse files
authored
Fix uninitialized activeTokens counter (#36)
1 parent c76f41f commit 61c768b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/src/runtime.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Runtime::Runtime()
1717
, dataCopy(nullptr, lua_close_checked)
1818
{
1919
stop.store(false);
20+
activeTokens.store(0);
2021
}
2122

2223
Runtime::~Runtime()

0 commit comments

Comments
 (0)