Commit ea5e749
fix: use correct regex_free_machine() in regexMain.c regression block
regex_free() is not declared; the correct API function is regex_free_machine().
Fixes -Werror=implicit-function-declaration in the CI aarch64 build.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 123a7ce commit ea5e749
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
0 commit comments