summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wasm2c/wasm-rt-impl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wasm2c/wasm-rt-impl.c b/wasm2c/wasm-rt-impl.c
index 36bb9690..d02a70f1 100644
--- a/wasm2c/wasm-rt-impl.c
+++ b/wasm2c/wasm-rt-impl.c
@@ -224,6 +224,7 @@ static void os_disable_and_deallocate_altstack(void) {
}
assert(!os_has_altstack_installed());
free(g_alt_stack);
+ g_alt_stack = NULL;
}
#endif