Skip to content

Commit 0a3368b

Browse files
committed
VirtualMachine: Initialize functions array
1 parent 9d3852b commit 0a3368b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/virtualmachine_p.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct VirtualMachinePrivate
5656
bool updatePos = false;
5757

5858
unsigned int **procedures = nullptr;
59-
BlockFunc *functions;
59+
BlockFunc *functions = nullptr;
6060
const Value *constValues = nullptr;
6161
Value **variables = nullptr;
6262
List **lists = nullptr;

0 commit comments

Comments
 (0)