Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tables_destroy: call ca_close_ca without argument
This matches function call and fixes build with gcc-15 tables.c: In function 'tables_destroy': tables.c:390:13: error: too many arguments to function 'ca[i].op->ca_close_ca' 390 | ca[i].op->ca_close_ca(&ca[i]); | ^~
- Loading branch information