| 3607 | } |
| 3608 | #ifdef HAVE_PYTHON |
| 3609 | else if ( function_->type == FUNCTION_PYTHON ) |
| 3610 | { |
| 3611 | PYTHON_FUNCTION * func = (PYTHON_FUNCTION *)function_; |
| 3612 | Py_DECREF( func->python_function ); |
| 3613 | if ( function_->rulename ) object_free( function_->rulename ); |
| 3614 | } |
| 3615 | #endif |
| 3616 | else |
| 3617 | { |
nothing calls this directly
no test coverage detected