| 3706 | } |
| 3707 | #ifdef HAVE_PYTHON |
| 3708 | else if ( function_->type == FUNCTION_PYTHON ) |
| 3709 | { |
| 3710 | PYTHON_FUNCTION * func = (PYTHON_FUNCTION *)function_; |
| 3711 | Py_DECREF( func->python_function ); |
| 3712 | if ( function_->rulename ) object_free( function_->rulename ); |
| 3713 | } |
| 3714 | #endif |
| 3715 | else |
| 3716 | { |
nothing calls this directly
no test coverage detected