Skip to content

Commit

Permalink
Add missing efree on seen_symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Feb 8, 2024
1 parent af42850 commit a2af0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preprocess.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ VYRTUE_PUBLIC void vyrtue_ast_process_file(zend_ast *ast)

vyrtue_end_namespace(&ctx);
zend_hash_destroy(ctx.seen_symbols);
efree(ctx.seen_symbols);
}

VYRTUE_LOCAL PHP_MINIT_FUNCTION(vyrtue_preprocess)
Expand Down

0 comments on commit a2af0f0

Please sign in to comment.