aboutsummaryrefslogtreecommitdiff
path: root/shared/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared/test.c')
-rw-r--r--shared/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/test.c b/shared/test.c
index 2c3c3a3..588cd16 100644
--- a/shared/test.c
+++ b/shared/test.c
@@ -45,6 +45,7 @@ int main() {
}
ws_protocol_parser_free(parser1);
+ parser1 = NULL;
return 0;
}